diff --git a/stock/templates/registered/hrapplicationview.html b/stock/templates/registered/hrapplicationview.html index 914c095d..3767d0d1 100644 --- a/stock/templates/registered/hrapplicationview.html +++ b/stock/templates/registered/hrapplicationview.html @@ -64,7 +64,7 @@ {% for response in responses %}
{{ response.question.title }}
-
{{ response.answer }}
+
{{ response.answer|linebreaksbr }}
{% endfor %}