This commit is contained in:
Ross
2021-10-04 22:29:13 +01:00
parent 82d4a19dbf
commit bf6d10ae8a
2 changed files with 2 additions and 2 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/view.html"
template_name = "anatomy/view2.html"
filterset_class = AnatomyQuestionFilter
+1 -1
View File
@@ -7,7 +7,7 @@
<img src="{% static 'img/x-ray-radiation-no-unauthorised.png' %}" width="500px">
{% if exception %}
{{exception}}
{% endif %}
</div>