This commit is contained in:
Ross
2024-01-11 22:26:12 +00:00
parent ea69a4ed1b
commit 41c6a43680
+1 -1
View File
@@ -6,7 +6,7 @@
<a href="{% url 'anatomy:question_detail' question.id %}" title="View the Question">View</a> <a href="{% url 'anatomy:anatomy_question_update' question.id %}" title="Edit the Question">Edit</a> <a href="{% url 'admin:anatomy_anatomyquestion_change' question.id %}" title="Edit the Question using the admin interface">Admin Edit</a>
<h3>{{ question.question_type }}</h3>
Primary answer: <span id="primary-answer" title="The primary answer of the question">{{question.get_primary_answer}}</span><br/>
Marking help: {{question.answer_help}}
Marking help: {{question.answer_help|safe}}
<div class="marking">