From dd2659a07137d742ab5597ce5fe8c79dfe7087fe Mon Sep 17 00:00:00 2001 From: Hyungoo Kang Date: Wed, 15 Aug 2012 20:15:55 +0900 Subject: [PATCH] fix malformed tag --- bootstrapform/templates/bootstrapform/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapform/templates/bootstrapform/form.html b/bootstrapform/templates/bootstrapform/form.html index c8592fd..2efee91 100644 --- a/bootstrapform/templates/bootstrapform/form.html +++ b/bootstrapform/templates/bootstrapform/form.html @@ -1,6 +1,6 @@ {% if form.non_field_errors %}
- × + × {% for non_field_error in form.non_field_errors %} {{ non_field_error }} {% endfor %}