This commit is contained in:
Ross
2021-03-03 19:58:17 +00:00
parent f3c6f9a43d
commit 619082061f
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -6,7 +6,9 @@
<a href="{% url 'anatomy:index'%}">Anatomy</a>
<a href="{% url 'physics:index'%}">Physics</a>
<a href="{% url 'rapids:index'%}">Rapids</a>
{% if not request.user.is_authenticated %}
<a href="{% url 'login'%}">Log in</a>
{% endif %}
{% if request.user.is_staff %}<a href="{% url 'admin:index'%}">Admin</a>{% endif %}
<a href="{% url 'password_reset'%}">Reset password</a>
</div>