form now working with basic validation

This commit is contained in:
2025-01-20 21:57:11 +00:00
parent d79ffd8354
commit ba5987b674
4 changed files with 63 additions and 17 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<a id="handbook" href="/handbook/computing/onlinesystems.html">Handbook</a> |
{% if user.username %}User:{{ user.username }}
{% if user.person %}(<a href="{{ user.person.get_absolute_url }}">{{ user.person }}</a>){% endif %}
| <a <a href='/accounts/logout/'>Log out</a> {% else %} <a href='/accounts/login/'>Log in</a> {% endif %}
| <a href='/accounts/logout/'>Log out</a> {% else %} <a href='/accounts/register/'>Register</a> <a href='/accounts/login/'>Log in</a> {% endif %}
{% endblock%}
</div>