This commit is contained in:
Ross
2021-09-11 15:17:20 +01:00
parent b025a8a4ae
commit 430074260d
4 changed files with 194 additions and 191 deletions
+2 -1
View File
@@ -46,7 +46,8 @@
<a href="{% url 'longs:exam_question_detail' exam.id forloop.counter0 %}"
title="View the question">View</a> / <a href="{% url 'longs:long_update' question.id %}"
title="Edit the question">Edit</a>
<span class="id">[id: {{question.pk}}]</span>
<span class="id"><a href="{% url 'longs:question_detail' question.id %}">[id:
{{question.pk}}]</a></span>
</div>
</span>
<span class="flex-col-3">
@@ -59,6 +59,7 @@
{% if view_feedback %}
{% include 'question_notes.html' %}
{% if not question.normal %}
<details>
<summary>
Suggested answers
@@ -70,6 +71,7 @@
</ul>
</details>
{% endif %}
{% endif %}
</div>
<details open>