forked from expo/troggle
form now working with basic validation
This commit is contained in:
+1
-1
@@ -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