This commit is contained in:
Ross
2021-01-18 16:44:16 +00:00
parent 3b34f09f0e
commit 7ff0205bc6
4 changed files with 4 additions and 5 deletions
+1
View File
@@ -5,6 +5,7 @@
<h1>PENRA Courses</h1>
<a href="{% url 'anatomy:index'%}">Anatomy</a>
<a href="{% url 'physics:index'%}">Physics</a>
<a href="{% url 'rapids:index'%}">Rapids</a>
<a href="{% url 'login'%}">Log in</a>
{% if request.user.is_staff %}<a href="{% url 'admin:index'%}">Admin</a>{% endif %}
<a href="{% url 'password_reset'%}">Reset password</a>