Closed blasferna closed 1 year ago
Thanks for the patch.
Could you add a small test? A minimal layout could be created with the output asserted something like this.
Can I edit the existing test for bootstrap5/table_inline_formset.html
? Because I see that it fails with the changes I have introduced in this pull request. Or would you prefer a new test?
Yes. Fixing the failing test would be great.
Hopefully the tests run this time when you push the changes. 🤞
Thank you! 🥇
The headers of the table do not display correctly using the table_inline_formset.html template to render a inline formset
Before
After
fix #139