Comment out suggestion section for incorrect answers in the marking template

This commit is contained in:
Ross
2025-11-11 13:49:10 +00:00
parent 05a2b2357c
commit 1232c3af32
+2 -2
View File
@@ -20,7 +20,7 @@
</div> </div>
</details> </details>
{% endif %} {% endif %}
<details> {% comment %} <details>
<summary>Suggest incorrect answers:</summary> <summary>Suggest incorrect answers:</summary>
{% for word in words_suggest_incorrect %} {% for word in words_suggest_incorrect %}
@@ -43,7 +43,7 @@
<div class="border border-secondary"> <div class="border border-secondary">
{% include "anatomy/question_detail.html#suggest-incorrect-form" %} {% include "anatomy/question_detail.html#suggest-incorrect-form" %}
</div> </div>
</details> </details> {% endcomment %}