This commit is contained in:
Ross
2021-08-19 11:56:10 +01:00
parent 4d5c46617d
commit 0043180e66
2 changed files with 3 additions and 1 deletions
@@ -1,6 +1,8 @@
{% extends 'rapids/base.html' %}
{% block content %}
<div id="single-dicom-viewer" class="dicom-viewer" data-images="" data-annotations=''>
</div>
<div class="rapids">
<h2>Exam: {{ exam.name }}</h2>
<h3>Candidate: {{ cid }}</h3>
+1 -1
View File
@@ -1139,7 +1139,7 @@ def question_review(request, pk, sk):
exam = get_object_or_404(Exam, pk=pk)
if not exam.publish_results:
return Http404
raise Http404
question = exam.exam_questions.all()[sk]