From d36395f31feaa1af6ade9b08140153981f5a5f57 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 25 Nov 2021 17:55:32 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/templates/atlas/case_detail.html b/atlas/templates/atlas/case_detail.html index 5722afb3..811b3305 100755 --- a/atlas/templates/atlas/case_detail.html +++ b/atlas/templates/atlas/case_detail.html @@ -15,7 +15,7 @@ {% if request.user.is_superuser %} Admin Edit {% endif %} - {% include 'atlas/atlas_display_block.html' %} + {% include 'atlas/case_display_block.html' %} {% endblock %} {% block js %}