diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-01 21:59:52 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-01 21:59:52 +0100 |
commit | 2e3624dc33d32325b4fe9c65d50f0a9c86b99c1b (patch) | |
tree | 667d2e0a090b8d08c7c36c85462cdc09d8459d6f /ishtar_common | |
parent | 33dd12e15379b98d29fd1edeaf416d28300fab81 (diff) | |
download | Ishtar-2e3624dc33d32325b4fe9c65d50f0a9c86b99c1b.tar.bz2 Ishtar-2e3624dc33d32325b4fe9c65d50f0a9c86b99c1b.zip |
Manage reference containers - manage loan and loan return
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/blocks/bs_field_snippet.html | 2 |
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 830dd4cfa..f46b15209 100644 --- a/ishtar_common/templates/blocks/bs_field_snippet.html +++ b/ishtar_common/templates/blocks/bs_field_snippet.html @@ -1,5 +1,5 @@ {% 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 %}" + <div class="form-group {% if field.field.widget.attrs.cols or force_large_col %}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}}"> {% if field.label %}{{ field.label_tag }}{% endif %} {% if show_field_number and field.field.order_number %}<span class="badge badge-pill badge-success field-tip"> |