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 %}