diff options
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 86ec89e84..d060e7b6a 100644 --- a/ishtar_common/templates/blocks/bs_field_snippet.html +++ b/ishtar_common/templates/blocks/bs_field_snippet.html @@ -32,7 +32,7 @@ </div> <div class="collapse" id="{{field.auto_id}}_help"> <div class="card card-body help-text"> - {{field.hep_text}} + {{field.help_text}} </div> </div> {% endif %} |