From bf6d10ae8a45ff89511f3e4e9cfe8a2027812b80 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Oct 2021 22:29:13 +0100 Subject: [PATCH] . --- anatomy/views.py | 2 +- templates/500.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anatomy/views.py b/anatomy/views.py index 864d9877..c0c7cfc2 100644 --- a/anatomy/views.py +++ b/anatomy/views.py @@ -942,7 +942,7 @@ def get_structure_id(request): class AnatomyQuestionView(LoginRequiredMixin, SingleTableMixin, FilterView): model = AnatomyQuestion table_class = AnatomyQuestionTable - template_name = "anatomy/view.html" + template_name = "anatomy/view2.html" filterset_class = AnatomyQuestionFilter diff --git a/templates/500.html b/templates/500.html index 25cbe44a..10cb3cdb 100644 --- a/templates/500.html +++ b/templates/500.html @@ -7,7 +7,7 @@ {% if exception %} - + {{exception}} {% endif %}