Skip to content

Commit 8bb2c9e

Browse files
fix: formset form as table (for Django 5)
1 parent f309e2c commit 8bb2c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap_italia_template/templates/widgets/formset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="input-group">
3131
<div class="table-responsive">
3232
<table class="table table-bordered formset-table">
33-
{{form}}
33+
{{ form.as_table }}
3434
</table>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)