summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
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
commit930721e4dbca62930c70cdf5ce9270bec8a94b1e (patch)
tree5a37a8709547be88025368714f63cf4cee18fc78 /ishtar_common/templates
parent10949013f596dac9acfb79ffe07801da3139917d (diff)
downloadIshtar-930721e4dbca62930c70cdf5ce9270bec8a94b1e.tar.bz2
Ishtar-930721e4dbca62930c70cdf5ce9270bec8a94b1e.zip
Fix typo
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 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 %}