Skip to content

Commit

Permalink
Merge pull request #1 from hynek/master
Browse files Browse the repository at this point in the history
A tiny fix to make the templates work with django-uni-form 0.9.0
  • Loading branch information
kennethlove committed Oct 9, 2011
2 parents 38fcf7b + d03a146 commit ecbf87a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/twitter-bootstrap/uni_formset.html
@@ -1,5 +1,6 @@
{% load uni_form_tags %}
{{ formset.management_form|as_uni_form }}
{% with formset.management_form as form %}
{% include 'uni_form/uni_form.html' %}
{% endwith %}
{% for form in formset.forms %}
<div class="multiField">
{% include 'uni_form/uni_form.html' %}
Expand Down

0 comments on commit ecbf87a

Please sign in to comment.