This commit is contained in:
Ross
2021-07-27 18:14:42 +01:00
parent fd92e662bf
commit 057811ec4e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
<a href="{% url 'anatomy:index'%}">Anatomy</a>
<a href="{% url 'physics:index'%}">Physics</a>
<a href="{% url 'rapids:index'%}">Rapids</a>
<a href="{% url 'longs:index'%}">Longs</a>
{% if not request.user.is_authenticated %}
<a href="{% url 'login'%}">Log in</a>
<a href="{% url 'password_reset'%}">Reset password</a>