darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

Include form errors in a single message div #673

Open gamesbook opened 6 years ago

gamesbook commented 6 years ago

Django version: 1.11.12 Django Suit version: 2.0a1 Python version: 3.4.3

Issue:

When a form has multiple errors, the resulting display has the alert message (please correct the errors) in an error div, but not the detailed message itself; I think it would be easier for the user to see if these were all in a single error div:

multiple_fields_errors