Skip to content

Commit

Permalink
fix: formset form 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 f309e2c commit 8bb2c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_italia_template/templates/widgets/formset.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="input-group">
<div class="table-responsive">
<table class="table table-bordered formset-table">
{{form}}
{{ form.as_table }}
</table>
</div>
</div>
Expand Down

0 comments on commit 8bb2c9e

Please sign in to comment.