Add registration

This commit is contained in:
David Hoppenbrouwers
2022-10-08 15:25:28 +02:00
parent 671f1c2ec6
commit e9ef9140f0
8 changed files with 105 additions and 8 deletions

View File

@@ -14,6 +14,8 @@
<span>|</span>
<a href="{{ url_for('logout') }}">Logout</a>
{% else %}
<a href="{{ url_for('register') }}">Register</a>
<span>|</span>
<a href="{{ url_for('login') }}">Login</a>
{% endif %}
</nav>