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