Added form errors to all bootstrap forms

This commit is contained in:
Raphael Michel
2015-10-21 16:32:13 +02:00
parent a2af3db771
commit 9d30f9fc64
12 changed files with 16 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
{% csrf_token %}
<fieldset>
<legend>{% trans "Permissions" %}</legend>
{% bootstrap_form_errors formset %}
{{ formset.management_form }}
<div class="table-responsive">
<table class="table table-striped table-condensed">