--- a/src/iconolab/templates/registration/register.html Thu Jul 05 13:52:05 2018 +0200
+++ b/src/iconolab/templates/registration/register.html Thu Jul 05 15:48:54 2018 +0200
@@ -25,9 +25,9 @@
{% endif %}
{% if field.errors %}
- <span class="help-block">{{ field.errors.as_text }}</span>
+ <span class="help-block">{{ field.errors.as_text | safe }}</span>
{% else %}
- <span class="help-block">{{ field.help_text }}</span>
+ <span class="help-block">{{ field.help_text | safe }}</span>
{% endif %}
</fieldset>
{% endfor %}