From 9523568211662e8989cf0f7f6b06106a90ff322c Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Mon, 21 Sep 2020 15:25:28 +0200 Subject: [PATCH] Add beta launch news --- web/app/content/views.py | 8 +++++- web/app/templates/content/news_launch.html.j2 | 25 +++++++++++++++++++ web/app/templates/nopaque.html.j2 | 25 +++++++++++++++---- 3 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 web/app/templates/content/news_launch.html.j2 diff --git a/web/app/content/views.py b/web/app/content/views.py index f57d894e..12565266 100644 --- a/web/app/content/views.py +++ b/web/app/content/views.py @@ -5,4 +5,10 @@ from . import content @content.route('/about_faq') def about_faq(): return render_template('content/about_faq.html.j2', - title='About Nopaqe and FAQ') \ No newline at end of file + title='About Nopaqe and FAQ') + + +@content.route('/news_launch') +def news_launch(): + return render_template('content/news_launch.html.j2', + title='') \ No newline at end of file diff --git a/web/app/templates/content/news_launch.html.j2 b/web/app/templates/content/news_launch.html.j2 new file mode 100644 index 00000000..d2b24257 --- /dev/null +++ b/web/app/templates/content/news_launch.html.j2 @@ -0,0 +1,25 @@ +{% extends "nopaque.html.j2" %} + +{% block page_content %} + +
+
+
+ Beta Launch of nopaque! +

+ Dear users +

+
+

+ A few days ago we went live with nopaque. Right now nopaque is still in + its Beta phase. So some bugs are to be expected. If you encounter any + bugs or some feature is not working as expected please send as an email + using the feedback button at the botton of the page in the footer! +

+

We are happy to help you with any issues and will use the feedback to + fix all mentioned bugs!

+
+
+
+ +{% endblock %} \ No newline at end of file diff --git a/web/app/templates/nopaque.html.j2 b/web/app/templates/nopaque.html.j2 index 4ad9924f..c8ffc207 100644 --- a/web/app/templates/nopaque.html.j2 +++ b/web/app/templates/nopaque.html.j2 @@ -148,11 +148,20 @@ menu {% endif %}