From 905f2b3147a0375288d32e8780b29bc56b8650c0 Mon Sep 17 00:00:00 2001 From: Markus Steinlein Date: Mon, 15 Mar 2021 12:13:43 +0100 Subject: [PATCH 1/2] Added a static contact page. --- app.py | 5 +++++ templates/kontakt.html | 22 ++++++++++++++++++++++ templates/template.html | 1 + 3 files changed, 28 insertions(+) create mode 100644 templates/kontakt.html diff --git a/app.py b/app.py index caa5966..0add273 100755 --- a/app.py +++ b/app.py @@ -50,6 +50,11 @@ def verein(): return render_template('verein.html') +@app.route('/kontakt.html') +def kontakt(): + return render_template('kontakt.html') + + @app.route('/datenschutz.html') def datenschutz(): return render_template('datenschutz.html') diff --git a/templates/kontakt.html b/templates/kontakt.html new file mode 100644 index 0000000..43a7a58 --- /dev/null +++ b/templates/kontakt.html @@ -0,0 +1,22 @@ +{% extends "template.html" %} +{% block title %}Kontakt{% endblock %} +{% block content %} +

+ Über diese Kanäle könnt ihr Kontakt mit uns aufnehmen: +

+

+
+ Freunde des geordneten Lärms e.V.
+ Am Heinrichsberg 14
+ 90587 Veitsbronn
+

+

+  vorstand@fdgl.rocks +

+

+  FdgL bei Facebook +

+

+  FdgL bei Mastodon +

+{% endblock %} diff --git a/templates/template.html b/templates/template.html index d1010a9..b735ecf 100644 --- a/templates/template.html +++ b/templates/template.html @@ -25,6 +25,7 @@ From 3fd99fc53eb0243777fe7aa5de09baf9f1e76b98 Mon Sep 17 00:00:00 2001 From: Markus Steinlein Date: Mon, 15 Mar 2021 12:14:01 +0100 Subject: [PATCH 2/2] Date correction. --- pages/rockharz2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/rockharz2019.md b/pages/rockharz2019.md index 9795fed..8a0e496 100644 --- a/pages/rockharz2019.md +++ b/pages/rockharz2019.md @@ -1,5 +1,5 @@ title: Rockharz 2019 -date: 09.07.2020 +date: 09.07.2019 author: Merry description: So, nun sind wir auch wieder heimgekehrt aus dem wunderschönen Harz. Da gibt es nicht nur Käse, sondern auch ein richtig geiles Festival.