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