From 13dac42a5398c46ad5f23bf521f434fe3c4afd66 Mon Sep 17 00:00:00 2001 From: Melvin Laplanche Date: Sat, 24 Aug 2013 16:15:04 +0200 Subject: [PATCH] Fix old class name --- 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 2efee91..37661ae 100644 --- a/bootstrapform/templates/bootstrapform/form.html +++ b/bootstrapform/templates/bootstrapform/form.html @@ -1,5 +1,5 @@ {% if form.non_field_errors %} -
+
× {% for non_field_error in form.non_field_errors %} {{ non_field_error }}