summaryrefslogtreecommitdiff
path: root/archaeological_files/templates
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files/templates')
-rw-r--r--archaeological_files/templates/ishtar/administrativeact_document.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_files/templates/ishtar/administrativeact_document.html b/archaeological_files/templates/ishtar/administrativeact_document.html
index f8ab213fe..c040ca300 100644
--- a/archaeological_files/templates/ishtar/administrativeact_document.html
+++ b/archaeological_files/templates/ishtar/administrativeact_document.html
@@ -6,9 +6,10 @@
{% endblock %}
{% block content %}
-{% if template_form.non_field_errors %}
+{% if template_form.non_field_errors or template_error %}
<div class="alert alert-warning alert-dismissible fade show" role="alert">
{{template_form.non_field_errors}}
+ {% if template_error %}{{template_error}}{% endif %}
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>