.
This commit is contained in:
@@ -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
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user