oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
425 stars 82 forks source link

Inline errors are not properly formated #22

Closed oscarmlage closed 7 years ago

oscarmlage commented 7 years ago

When you have errors in the inline form, they're not properly formatted in the modal window. If I press the "submit" button with the mandatory fields empty:

image

Instead of put the errors there in the modal, they're being shown under the modal-backdrop in the main form (at the bottom):

image