This commit is contained in:
Ross
2022-06-09 17:54:33 +01:00
parent 48e4e420c9
commit 8c10e2160a
5 changed files with 55 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<h1>PENRA Courses</h1>
{% if not request.user.is_authenticated %}
<a href="{% url 'login'%}">Log in</a>
<!-- <a href="{% url 'password_reset'%}">Reset password</a> -->
<a href="{% url 'password_reset'%}">Reset password</a>
{% else %}
<a href="{% url 'atlas:index'%}">Atlas</a>
<a href="{% url 'anatomy:index'%}">Anatomy</a>