This commit is contained in:
Ross
2022-04-04 14:34:36 +01:00
parent 48ef05a655
commit c5f0d32191
2 changed files with 2 additions and 1 deletions
@@ -2,7 +2,7 @@
{% block content %}
{% include 'atlas/collection_headers.html' %}
<h3>Marking case: {{case_detail.case.title}}</h3>
<h3>Marking case: {{case.title}}</h3>
<form method="POST" class="post-form">{% csrf_token %}
<ul>
+1
View File
@@ -1177,6 +1177,7 @@ def collection_mark_question(request, pk, case_number):
"collection": collection,
"answers": answers,
"case_detail": case_detail,
"case": case,
"case_number": case_number,
"answer_forms": answer_forms,
"previous": previous,