This commit is contained in:
Ross
2021-09-21 19:56:55 +01:00
parent 0a1b331151
commit 7d145fd7d6
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ CID: {{cid}}
<h2>Question [{{pos|add:1}}/{{exam_length}}]</h2>
{% if exam.publish_results %}
<div class="alert alert-primary" role="alert">
Exam is in review mode. Add question feedback <a href="{% url 'feedback_create' question_type='sbas' pk=question.pk %}">here</a>.
Exam is in review mode. Add question feedback <a href="#" onclick="return window.create_popup_window({% url 'feedback_create' question_type='sbas' pk=question.pk %}">here</a>.
</div>
{% endif %}