This commit is contained in:
Ross
2022-04-26 21:11:35 +01:00
parent 254622a72a
commit 45402d3d2d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
{% block navigation %}
{{block.super}}
{% include collection_headers.html %}
{% include "atlas/collection_headers.html" %}
{% comment %} Collection: {{collection.name}}-> <a href="{% url 'atlas:collection_detail' pk=exam.pk %}">Overview</a> /
<a href="{% url 'atlas:collection_mark_overview' exam.pk %}">Mark</a> /
<a href="{% url 'atlas:collection_scores_cid' exam.pk %}">Scores</a> /
+1
View File
@@ -7,6 +7,7 @@
<a href="{% url 'login'%}">Log in</a>
<!-- <a href="{% url 'password_reset'%}">Reset password</a> -->
{% else %}
<a href="{% url 'atlas:index'%}">Atlas</a>
<a href="{% url 'anatomy:index'%}">Anatomy</a>
<a href="{% url 'physics:index'%}">Physics</a>
<a href="{% url 'rapids:index'%}">Rapids</a>