Skip to content

Commit

Permalink
Adding errors_formset template for as_uni_errors filter with formsets…
Browse files Browse the repository at this point in the history
…. I had forgotten it
  • Loading branch information
maraujop committed May 18, 2011
1 parent d315360 commit 007f32d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions uni_form/templates/uni_form/errors_formset.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% if formset.non_form_errors %}
<div id="errorMsg">
{% if formset_error_title %}<h3>{{ formset_error_title }}</h3>{% endif %}
<ol>
{{ formset.non_form_errors|unordered_list }}
</ol>
</div>
{% endif %}

0 comments on commit 007f32d

Please sign in to comment.