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 %}