Add beta launch news

This commit is contained in:
Stephan Porada
2020-09-21 15:25:28 +02:00
parent f53689af2c
commit 9523568211
3 changed files with 52 additions and 6 deletions

View File

@ -0,0 +1,25 @@
{% extends "nopaque.html.j2" %}
{% block page_content %}
<div class="col s12">
<div class="card">
<div class="card-content">
<span class="card-title">Beta Launch of nopaque!</span>
<p>
Dear users
</p>
<br>
<p>
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!
</p>
<p>We are happy to help you with any issues and will use the feedback to
fix all mentioned bugs!</p>
</div>
</div>
</div>
{% endblock %}