From 1dc2eb2ebc5a837d745358620f1dfd35544632ac Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 May 2018 16:58:42 +0200 Subject: User profile form: duplicate, delete and edit --- ishtar_common/templates/blocks/bs_form_snippet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates/blocks') diff --git a/ishtar_common/templates/blocks/bs_form_snippet.html b/ishtar_common/templates/blocks/bs_form_snippet.html index 818c654d1..47779cdc1 100644 --- a/ishtar_common/templates/blocks/bs_form_snippet.html +++ b/ishtar_common/templates/blocks/bs_form_snippet.html @@ -64,9 +64,9 @@ {% if forloop.counter0 %} {% endif %}

{{field.name|from_dict:form.HEADERS|call:'render'}}

-
+
{% elif not search and not forloop.counter0 or search and forloop.counter0 == 1 %} -
+
{% endif %} {% include "blocks/bs_field_snippet.html" %} {% if forloop.last %} -- cgit v1.2.3