mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-27 00:10:35 +00:00
Add beta launch news
This commit is contained in:
25
web/app/templates/content/news_launch.html.j2
Normal file
25
web/app/templates/content/news_launch.html.j2
Normal 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 %}
|
Reference in New Issue
Block a user