registration

This commit is contained in:
Priec
2026-08-05 12:07:14 +02:00
parent 7f93865f7d
commit b69a7c09a3
12 changed files with 259 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
</form>
{% else %}
<a href="/login" {% if nav.active == "login" %}class="active"{% endif %}>Login</a>
<a href="/register" {% if nav.active == "register" %}class="active"{% endif %}>Register</a>
{% endif %}
</nav>
</header>