diff options
Diffstat (limited to 'ishtar_common/templates')
-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 07e6a5897..0fca1e1f4 100644 --- a/ishtar_common/templates/blocks/bs_field_snippet.html +++ b/ishtar_common/templates/blocks/bs_field_snippet.html @@ -30,7 +30,7 @@ {{ field.errors }} </div>{% endif %} </div> - <div class="collapse" id="{{field.auto_id}}_help"> + <div class="collapse help-text-parent" id="{{field.auto_id}}_help"> <div class="card card-body help-text"> {{field.help_text}} </div> |