diff --git a/app/formtools/templates/formtools/formfield.html b/app/formtools/templates/formtools/formfield.html
index 65f3614..ce9f284 100644
--- a/app/formtools/templates/formtools/formfield.html
+++ b/app/formtools/templates/formtools/formfield.html
@@ -8,7 +8,7 @@
{% if class %}{{ field|add_class:class }}{% else %}{{ field }}{% endif %}
{% if field.help_text %}{{ field.help_text }}{% endif %}
- {% if field.errors %}{% for error in field.errors %}{{ error }} {% endfor %}{% endif %}
+ {% if field.errors %}{% for error in field.errors %}{{ error }}{% endfor %}{% endif %}
{% endif %}