diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-06 01:19:50 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-06 01:19:50 +0100 |
commit | 05ed8af158cb6b15a596a9726e78bc556bd1943f (patch) | |
tree | e8474b65203703168ee8fe7b9afb61f6f65692ca | |
parent | d1cd72c5f88c581b8e446f3c92c0eb093500c60e (diff) | |
download | troggle-05ed8af158cb6b15a596a9726e78bc556bd1943f.tar.gz troggle-05ed8af158cb6b15a596a9726e78bc556bd1943f.tar.bz2 troggle-05ed8af158cb6b15a596a9726e78bc556bd1943f.zip |
remove 'register' bad link
-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 1fe8029..7e2d1d3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,7 @@ You are logged in as {{ 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/register/'>Register</a> | <a href='/accounts/login/'>Log in</a> {% endif %} + | <a <a href='/accounts/logout/'>Log out</a> {% else %} <a href='/accounts/login/'>Log in</a> {% endif %} {% endblock%} {% block editLink %} |