This commit is contained in:
Ross
2021-08-21 12:24:43 +01:00
parent 48a2fd672b
commit 5bf9f1e1e4
+1
View File
@@ -1,6 +1,7 @@
{% extends 'sbas/base.html' %}
{% block navigation %}
{{block.super}}
<br/>
Exams: {{exam.name}}-> <a href="{% url 'sbas:exam_overview' pk=exam.pk %}">Overview</a> / <a href="{% url 'sbas:exam_scores_cid' pk=exam.pk %}">Scores</a>
{% endblock %}