diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-09-16 16:18:15 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:48 +0200 | 
| commit | 2bdffb95a3a4ad83800ecfb9c5885350ed852f1f (patch) | |
| tree | 5a37a8709547be88025368714f63cf4cee18fc78 /ishtar_common | |
| parent | bfe367742d2629f810d762dfe1e724ca357f0612 (diff) | |
| download | Ishtar-2bdffb95a3a4ad83800ecfb9c5885350ed852f1f.tar.bz2 Ishtar-2bdffb95a3a4ad83800ecfb9c5885350ed852f1f.zip  | |
Fix typo
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 %}  | 
