From 6930d955a72281e504a5676e0857a9ff9197c232 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Oct 2021 22:23:45 +0100 Subject: [PATCH] . --- anatomy/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anatomy/views.py b/anatomy/views.py index 94952f4e..864d9877 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/views.html" + template_name = "anatomy/view.html" filterset_class = AnatomyQuestionFilter