This commit is contained in:
Ross
2021-10-04 22:36:30 +01:00
parent b537c8d5d4
commit e3da6ac9b2
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -942,7 +942,7 @@ def get_structure_id(request):
class AnatomyQuestionView(LoginRequiredMixin, SingleTableMixin, FilterView):
model = AnatomyQuestion
table_class = AnatomyQuestionTable
template_name = "anatomy/view2.html"
template_name = "anatomy/view.html"
filterset_class = AnatomyQuestionFilter

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB