This commit is contained in:
Ross
2021-07-29 22:03:06 +01:00
parent aa9afd933a
commit 627e4d7abb
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -61,6 +61,9 @@
<span id="anatomy-link">
<a href="{% url 'anatomy:index' %}">Anatomy</a>
</span>
<span id="sbas-link">
<a href="{% url 'sbas:index' %}">SBAs</a>
</span>
<span id="logout-link">
<a href="{% url 'logout' %}">Logout</a>
</span>
+1
View File
@@ -7,6 +7,7 @@
<a href="{% url 'physics:index'%}">Physics</a>
<a href="{% url 'rapids:index'%}">Rapids</a>
<a href="{% url 'longs:index'%}">Longs</a>
<a href="{% url 'sbas:index'%}">SBAs</a>
{% if not request.user.is_authenticated %}
<a href="{% url 'login'%}">Log in</a>
<a href="{% url 'password_reset'%}">Reset password</a>