django-crispy-forms / crispy-bootstrap5

Bootstrap5 template pack for django-crispy-forms
MIT License
451 stars 72 forks source link

non_form_errors missing in table_inline_formset.html #174

Closed stefanor closed 2 months ago

stefanor commented 4 months ago

whole_uni_formset.html includes errors_formset.html which renders non_form_errors, but table_inline_formset.html is missing it.

hsauve-scottlogic commented 3 months ago

Hey, I've created a PR to fix this issue, if anyone wants to take a look :) https://github.com/django-crispy-forms/crispy-bootstrap5/pull/179

smithdc1 commented 2 months ago

Could you please help explain this a little further?

This test covers non form errors using the table inline formset template. The Result also shows some non form errors being rendered (the passwords do not match). I'm therefore unsure what the specific issue is here?

I'll close the issue for now, but happy to reopen if we can refine the issue here.