This commit is contained in:
Ross
2021-02-02 09:33:14 +00:00
parent 2cbad510d5
commit 4c2fbdb6f7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
{% block navigation %}
<br/>
{{exam.name}}-> <a href="{% url 'physics:exam_overview' pk=exam.pk %}">Overview</a> / <a href="{% url 'physics:exam_scores_cid' pk=exam.pk %}">Scores</a>
Exams: {{exam.name}}-> <a href="{% url 'physics:exam_overview' pk=exam.pk %}">Overview</a> / <a href="{% url 'physics:exam_scores_cid' pk=exam.pk %}">Scores</a>
{% endblock %}