This commit is contained in:
Ross
2021-10-16 17:15:13 +01:00
parent e320561060
commit 1e0d905aa1
+1
View File
@@ -54,6 +54,7 @@
{% for question in questions %}
<tr>
<td><a href="{% url 'rapids:mark' exam_pk=exam.pk sk=forloop.counter0 %}">Question {{forloop.counter}}</a></td>
<td>
{% if question.normal %}
[N]
{% else %}