mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-11 15:28:44 +01:00
form now working with basic validation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user