This commit is contained in:
Ross
2020-12-28 16:05:54 +00:00
parent d3e7a5c5b3
commit 238edf6358
2 changed files with 4 additions and 2 deletions
@@ -8,7 +8,7 @@
{% if previous > -1 %}
<a href="{% url 'anatomy:exam_question_detail' exam.id previous %}">Previous question</a>
{% endif %}
This question is part of exam: {{exam.name}}
This question is part of exam: {{exam.name}} [{{pos}}/{{exam_length}}]
{% if next %}
<a href="{% url 'anatomy:exam_question_detail' exam.id next %}">Next question</a>
{% endif %}