Skip to content

Commit

Permalink
Fixed unstyled list attribute for non-field errors
Browse files Browse the repository at this point in the history
  • Loading branch information
madisona committed Mar 30, 2015
1 parent b35aea0 commit 812f3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djbootstrap/templates/djbootstrap/bootstrapped_form.html
@@ -1,6 +1,6 @@
{% spaceless %}
{% if form.non_field_errors %}
<ul class="alert alert-error unstyled">
<ul class="alert alert-error list-unstyled">
{% for error in form.non_field_errors %}
<li>{{ error }}</li>
{% endfor %}
Expand Down

0 comments on commit 812f3b3

Please sign in to comment.