diff --git a/bootstrapform/templates/bootstrapform/form.html b/bootstrapform/templates/bootstrapform/form.html index 3b0853a..ac6bd7e 100644 --- a/bootstrapform/templates/bootstrapform/form.html +++ b/bootstrapform/templates/bootstrapform/form.html @@ -15,6 +15,9 @@ + {% for error in field.errors %} + {{ error }} + {% endfor %}