Skip to content

Commit

Permalink
Fixing subtle indentation flaw in the template.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraujop committed Apr 14, 2011
1 parent 2e74556 commit 2c393eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni_form/templates/uni_form/uni_formset.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{{ formset.management_form|as_uni_form }}
{% for form in formset.forms %}
<div class="multiField">
{{ form|as_uni_form }}
{{ form|as_uni_form }}
</div>
{% endfor %}

0 comments on commit 2c393eb

Please sign in to comment.