summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-26 18:32:14 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-26 18:32:14 +0100
commit475a556675b1e4651c70c2409f555e20d4d308fb (patch)
tree1d6174016adfcc64cd0e790801e3e4baf68ed7e6 /ishtar_common/templates
parentdf042b416bb9d12568cec3666bc104a42dc024ca (diff)
downloadIshtar-475a556675b1e4651c70c2409f555e20d4d308fb.tar.bz2
Ishtar-475a556675b1e4651c70c2409f555e20d4d308fb.zip
Manage hierarchical help text message for types (refs #3759)
Diffstat (limited to 'ishtar_common/templates')
-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 f9cdeb68e..549550cef 100644
--- a/ishtar_common/templates/blocks/bs_field_snippet.html
+++ b/ishtar_common/templates/blocks/bs_field_snippet.html
@@ -18,7 +18,7 @@
</div>{% endif %}
</div>
<div class="collapse" id="{{field.auto_id}}_help">
- <div class="card card-body">
+ <div class="card card-body help-text">
{{field.help_text}}
</div>
</div>