.
This commit is contained in:
+1
-1
@@ -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
@@ -7,7 +7,7 @@
|
||||
<img src="{% static 'img/x-ray-radiation-no-unauthorised.png' %}" width="500px">
|
||||
|
||||
{% if exception %}
|
||||
|
||||
{{exception}}
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user