From 2a200632a930feafc7bae2020e18c86e7312f040 Mon Sep 17 00:00:00 2001 From: Nils Beyer <nilsb@fsmpi.rwth-aachen.de> Date: Mon, 22 Nov 2021 11:20:03 +0100 Subject: [PATCH] Imprint adjusted --- server.py | 4 ++-- templates/base.html | 2 +- templates/{impress.html => imprint.html} | 9 ++++----- 3 files changed, 7 insertions(+), 8 deletions(-) rename templates/{impress.html => imprint.html} (84%) diff --git a/server.py b/server.py index 1cba86d..a07832d 100644 --- a/server.py +++ b/server.py @@ -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>') diff --git a/templates/base.html b/templates/base.html index fa3637c..e483c7c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -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> diff --git a/templates/impress.html b/templates/imprint.html similarity index 84% rename from templates/impress.html rename to templates/imprint.html index 61afaa4..48e4633 100644 --- a/templates/impress.html +++ b/templates/imprint.html @@ -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. -- GitLab