.
This commit is contained in:
+1
-1
@@ -805,7 +805,7 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
app_exam_map = {}
|
app_exam_map = {}
|
||||||
app_exam_map["rapids"] = cid_user.rapid_exams
|
app_exam_map["rapids"] = cid_user.rapid_exams
|
||||||
app_exam_map["anatomy"] = cid_user.anatomy_exams
|
app_exam_map["anatomy"] = cid_user.anatomy_exams
|
||||||
app_exam_map["longs"] = cid_user.long_exams
|
app_exam_map["longs"] = cid_user.longs_exams
|
||||||
app_exam_map["atlas"] = cid_user.casecollection_exams
|
app_exam_map["atlas"] = cid_user.casecollection_exams
|
||||||
|
|
||||||
if add:
|
if add:
|
||||||
|
|||||||
@@ -20,4 +20,8 @@
|
|||||||
</div>
|
</div>
|
||||||
{% render_table table %}
|
{% render_table table %}
|
||||||
|
|
||||||
|
<button id="button-select-add-exam" data-exam_json_edit_url="{% url 'generic:generic_exam_json_edit' %}" data-exam_list_url="{% url 'rapid-exam-list' %}" data-type="rapid" data-csrf="{{ csrf_token}}">Add selected questions to
|
||||||
|
exam</button>
|
||||||
|
<div id="exam-options"></div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user