diff --git a/opentech/apply/templates/forms/includes/field.html b/opentech/apply/templates/forms/includes/field.html
index b4e71892f1d7cc7f63fccb07dd72363ff7dc6c49..7881e54e1b1c6c88ed93d58da7514fbb7971dbdd 100644
--- a/opentech/apply/templates/forms/includes/field.html
+++ b/opentech/apply/templates/forms/includes/field.html
@@ -31,7 +31,7 @@
 
         {{ field }}
 
-        {% if field.errors %}<h6 class="form__error-text">{{ field.errors.as_text }}</h6>{% endif %}
+        {% if field.errors %}<h6 class="form__error-text">{{ field.errors.as_text|linebreaksbr }}</h6>{% endif %}
         <label for="{{ field.id_for_label }}"></label>
         {% if widget_type == 'date_input' or widget_type == 'date_time_input' %}
             </div>