From a2f33ff61ed8cf79f2a82071d945d9cca7a65160 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 10 Dec 2011 18:49:00 +0000 Subject: [PATCH] Cleanup formfield template --- app/formtools/templates/formtools/formfield.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}