From 98dfb2e3b06d04248a39b18019a46c2bb63efb8c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 30 Jun 2017 16:38:15 +0200 Subject: Sources wizard: fix author deletion (refs #3634) --- ishtar_common/templates/blocks/form_snippet.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates/blocks/form_snippet.html') diff --git a/ishtar_common/templates/blocks/form_snippet.html b/ishtar_common/templates/blocks/form_snippet.html index 2f841e078..5ee88e25f 100644 --- a/ishtar_common/templates/blocks/form_snippet.html +++ b/ishtar_common/templates/blocks/form_snippet.html @@ -10,4 +10,7 @@
{{field.help_text}}
- {%endif%}{% else %}{{field}}{% endif %}{% endfor %} + {%endif%}{% else %}{{field}}{% if field.errors %} + + {{field.name}} - {{ field.errors }} + {% endif %}{{field|safe}}{% endif %}{% endfor %} -- cgit v1.2.3