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 120724e..740432d 100644
--- a/templates/forms/_field.html
+++ b/templates/forms/_field.html
@@ -5,7 +5,7 @@
</label>
{% if field.help_text %}
<p class="help">
- {{ field.help_text }}
+ {{ field.help_text|linebreaksbr }}
</p>
{% endif %}
{{ field.errors }}