summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-07-10 13:34:38 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-13 18:26:03 +0200
commit71e370980efa9ff69cd176d6af431c99b9f080e4 (patch)
tree1ca976985f6db6c5072a006da02d2a20674c1511 /ishtar_common/templates/blocks
parentcd55cf598e50b5b7ebaabf2030ff02a5f17b39ea (diff)
downloadIshtar-71e370980efa9ff69cd176d6af431c99b9f080e4.tar.bz2
Ishtar-71e370980efa9ff69cd176d6af431c99b9f080e4.zip
UI: improve layout and action for search
Diffstat (limited to 'ishtar_common/templates/blocks')
-rw-r--r--ishtar_common/templates/blocks/bs_field_snippet.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<div class="form-group {% if field.field.widget.attrs.cols %}col-lg-12{% else %}col-lg-6{% endif %}{% if field.errors %} is-invalid{% endif %}{% if field.field.required %} required{% endif %}"
data-alt-name="{{field.field.alt_name}}">
- {{ field.label_tag }}
+ {% if field.label %}{{ field.label_tag }}{% endif %}
{% if field.help_text %}
<div class="input-group">
{% endif %}