mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-29 07:01:35 +00:00
Add registration form, view, template
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
<li><a href="{{ url_for('auth.logout') }}"><i class="material-icons">chevron_left</i>Log out</a></li>
|
||||
{% else %}
|
||||
<li><a href="{{ url_for('auth.login') }}"><i class="material-icons">chevron_right</i>Log in</a></li>
|
||||
<li><a href="{{ url_for('auth.register') }}"><i class="material-icons">chevron_right</i>Register</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
<div id="nav-settings-dropdown" class="dropdown-content grey-text text-darken-4">
|
||||
|
Reference in New Issue
Block a user