diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 177ee772..62618629 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -204,9 +204,11 @@
Resources
+ {% if can_edit%}
{% include 'atlas/partials/resource_search_panel.html' %}
+ {% endif %}
{% include 'atlas/partials/case_resources_list.html' with case=case %} diff --git a/atlas/templates/atlas/partials/case_resources_list.html b/atlas/templates/atlas/partials/case_resources_list.html index 8b82fca7..7a8ed3af 100644 --- a/atlas/templates/atlas/partials/case_resources_list.html +++ b/atlas/templates/atlas/partials/case_resources_list.html @@ -2,14 +2,20 @@ {% if case.caseresource_set.exists %}