From 71e370980efa9ff69cd176d6af431c99b9f080e4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Jul 2018 13:34:38 +0200 Subject: UI: improve layout and action for search --- ishtar_common/templates/blocks/bs_field_snippet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/blocks') diff --git a/ishtar_common/templates/blocks/bs_field_snippet.html b/ishtar_common/templates/blocks/bs_field_snippet.html index a164c81d8..6a6ea5360 100644 --- a/ishtar_common/templates/blocks/bs_field_snippet.html +++ b/ishtar_common/templates/blocks/bs_field_snippet.html @@ -1,7 +1,7 @@ {% load i18n %}
- {{ field.label_tag }} + {% if field.label %}{{ field.label_tag }}{% endif %} {% if field.help_text %}
{% endif %} -- cgit v1.2.3