This commit is contained in:
Ross
2021-08-11 19:52:44 +01:00
parent 50d3fdfaef
commit 4bd59c212d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<a href="{% url 'longs:exam_question_detail' exam.id question_details.current %}" title="View the Question">View</a>
<a href="{% url 'longs:long_update' question.id %}" title="Edit the Question">Edit</a> <a
href="{% url 'admin:longs_long_change' question.id %}" title="Edit the Question using the admin interface">Admin
Edit</a><a
Edit</a> <a
href="{% url 'admin:longs_ciduseranswer_change' answer.id %}" title="Edit the user answer using the admin interface">Admin
Edit (user answer)</a>
<h2>Marking question <a href="{% url 'longs:mark' exam.id question_details.current|add:'-1' %}"