Skip to content
Snippets Groups Projects
Commit 2a200632 authored by Nils Beyer's avatar Nils Beyer
Browse files

Imprint adjusted

parent b73f6f21
Branches
No related tags found
1 merge request!46Impress
......@@ -285,9 +285,9 @@ def course(id=None, handle=None):
def faq():
return render_template('faq.html')
@app.route('/impress')
@app.route('/imprint')
def impress():
return render_template("impress.html")
return render_template("imprint.html")
@app.route('/<course>/<int:id>')
@app.route('/<int:courseid>/<int:id>')
......
......@@ -167,7 +167,7 @@
<a href="http://www.vampir.rwth-aachen.de/">Vampir e.V.</a>
</li>
<li>
<a href="/impress">Impressum</a>
<a href="/imprint">Impressum</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCxh5snRN7yZyBsytNbGNuEQ">Youtube</a>
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment