summaryrefslogtreecommitdiffstats
path: root/templates/forms/_field.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/forms/_field.html')
-rw-r--r--templates/forms/_field.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/forms/_field.html b/templates/forms/_field.html
index d101889..b4df509 100644
--- a/templates/forms/_field.html
+++ b/templates/forms/_field.html
@@ -6,7 +6,7 @@
</label>
{% if field.help_text %}
<p class="help">
- {{ field.help_text|linebreaksbr }}
+ {{ field.help_text|safe|linebreaksbr }}
</p>
{% endif %}
{{ field.errors }}