This commit is contained in:
Ross
2021-08-31 20:02:32 +01:00
parent c3ca738cd2
commit 8fbbb4b439
2 changed files with 5 additions and 3 deletions
+2 -3
View File
@@ -9,9 +9,9 @@
<div>
{% if not user_answers %}
No answers to mark.
<div class="alert alert-info" role="alert">No answers to mark.</div>
{% else %}
{% endif %}
Answers:
<ul>
{% for answer in user_answers %}
@@ -27,7 +27,6 @@
</li>
{% endfor %}
</ul>
{% endif %}
<div>
{% if question_details.current > 1 %}
<a href="{% url 'longs:mark' exam.id question_details.current|add:'-2' %}"