Skip to content

Commit

Permalink
fix: formset as table (for Django 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Dec 6, 2024
1 parent e3647fe commit e4cf01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_form_builder/templates/widgets/formset.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="form-container">
<div class="form-row spacer">
<table style="width:100%">
{{form}}
{{form.as_table}}
</table>
</div>
{% if not readonly %}
Expand Down

0 comments on commit e4cf01c

Please sign in to comment.