diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-20 22:09:34 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-20 22:09:34 +0000 |
commit | b34ad3a82bd40803f540cf9c5ec81d0106a2c087 (patch) | |
tree | bc4dd0d4eac5317ca4733a8efea1c0e9069ccaad /templates/base.html | |
parent | ba5987b67417ef6af563dbe7c8405f4c6182eaee (diff) | |
download | troggle-b34ad3a82bd40803f540cf9c5ec81d0106a2c087.tar.gz troggle-b34ad3a82bd40803f540cf9c5ec81d0106a2c087.tar.bz2 troggle-b34ad3a82bd40803f540cf9c5ec81d0106a2c087.zip |
infelicities
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 404a5ef..6434d1d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -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 href='/accounts/logout/'>Log out</a> {% else %} <a href='/accounts/register/'>Register</a> <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> |