Skip to content

Commit

Permalink
Added .clearfix to formset table cells (should have no visual impact)…
Browse files Browse the repository at this point in the history
… to get error highlighting as expected.
  • Loading branch information
doreilly committed Dec 21, 2011
1 parent 27370c3 commit 9870f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrapform/templates/bootstrapform/formset.html
Expand Up @@ -17,7 +17,7 @@
<tbody>
<tr class="formset-form">
{% for field in form.visible_fields %}
<td{% if field.errors%} class="error"{% endif %}>
<td class="clearfix {% if field.errors%}error{% endif %}">
{% if forloop.first %}
{% for hidden in form.hidden_fields %}
{{ hidden }}
Expand Down

0 comments on commit 9870f69

Please sign in to comment.