From 0c6156c975dc1f0a325f9d4a72c8422baec4077c Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Jun 2022 18:18:33 +0100 Subject: [PATCH] . --- generic/views.py | 2 +- templates/question_table_view.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/generic/views.py b/generic/views.py index d4ae4f07..a94fdc38 100644 --- a/generic/views.py +++ b/generic/views.py @@ -805,7 +805,7 @@ class ExamViews(View, LoginRequiredMixin): app_exam_map = {} app_exam_map["rapids"] = cid_user.rapid_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 if add: diff --git a/templates/question_table_view.html b/templates/question_table_view.html index 89e4ba87..72f0a8d9 100644 --- a/templates/question_table_view.html +++ b/templates/question_table_view.html @@ -20,4 +20,8 @@ {% render_table table %} + +
+ {% endblock %} \ No newline at end of file