mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
25 lines
735 B
Plaintext
25 lines
735 B
Plaintext
|
{% 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 %}
|