Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Video AG Infrastruktur
website
Commits
2a200632
Commit
2a200632
authored
3 years ago
by
Nils Beyer
Browse files
Options
Downloads
Patches
Plain Diff
Imprint adjusted
parent
b73f6f21
Branches
Branches containing commit
No related tags found
1 merge request
!46
Impress
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
server.py
+2
-2
2 additions, 2 deletions
server.py
templates/base.html
+1
-1
1 addition, 1 deletion
templates/base.html
templates/imprint.html
+4
-5
4 additions, 5 deletions
templates/imprint.html
with
7 additions
and
8 deletions
server.py
+
2
−
2
View file @
2a200632
...
...
@@ -285,9 +285,9 @@ def course(id=None, handle=None):
def
faq
():
return
render_template
(
'
faq.html
'
)
@app.route
(
'
/impr
ess
'
)
@app.route
(
'
/impr
int
'
)
def
impress
():
return
render_template
(
"
impr
ess
.html
"
)
return
render_template
(
"
impr
int
.html
"
)
@app.route
(
'
/<course>/<int:id>
'
)
@app.route
(
'
/<int:courseid>/<int:id>
'
)
...
...
This diff is collapsed.
Click to expand it.
templates/base.html
+
1
−
1
View file @
2a200632
...
...
@@ -167,7 +167,7 @@
<a
href=
"http://www.vampir.rwth-aachen.de/"
>
Vampir e.V.
</a>
</li>
<li>
<a
href=
"/impr
ess
"
>
Impressum
</a>
<a
href=
"/impr
int
"
>
Impressum
</a>
</li>
<li>
<a
href=
"https://www.youtube.com/channel/UCxh5snRN7yZyBsytNbGNuEQ"
>
Youtube
</a>
...
...
This diff is collapsed.
Click to expand it.
templates/impr
ess
.html
→
templates/impr
int
.html
+
4
−
5
View file @
2a200632
...
...
@@ -22,16 +22,15 @@
<h3>
Postadresse
</h3>
<div
style=
"margin-left: 2em;"
>
Studierendenschaft der RWTH Aachen
<br>
Fachschaft Mathematik/Physik/Informatik an der RWTH Aachen
<br>
<i>
z.Hd.: Video-AG
</i><br>
Augustinerbach 2a
<br>
52062 Aachen
<br>
Fachschaft Mathematik/Physik/Informatik
<br>
Templergraben 55
<br>
52056 Aachen
<br>
Germany
</div>
</div>
</div>
Die Video-AG ist ebenfalls
<a
href=
"mailto:video@fsmpi.rwth-aachen.de"
>
video@fsmpi.rwth-aachen.de
</a>
erreichbar.
<br><br>
Die Video-AG ist ebenfalls
unter
<a
href=
"mailto:video@fsmpi.rwth-aachen.de"
>
video@fsmpi.rwth-aachen.de
</a>
erreichbar.
<br><br>
Inhaltlich Verantwortlicher: Fachschaft Mathematik/Physik/Informatik der RWTH Aachen, Teilkörperschaft des öffentlichen Rechts.
<br>
Sollte bei Teilen des Inhalts eine andere Person verantwortlich sein, so ist dies entsprechend gekennzeichnet.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment