This commit is contained in:
Ross
2021-02-17 22:18:56 +00:00
parent 326c155c24
commit 2c66e5c757
6 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{% if previous > -1 %}
<a href="{% url 'rapids:exam_question_detail' exam.id previous %}">Previous question</a>
{% endif %}
This question is part of exam: {{exam.name}} [{{pos}}/{{exam_length}}]
This question is part of exam: <a href="{% url 'rapids:exam_overview' exam.id %}">{{exam.name}}</a> [{{pos}}/{{exam_length}}]
{% if next %}
<a href="{% url 'rapids:exam_question_detail' exam.id next %}">Next question</a>
{% endif %}