cknaut / cinemaple

Movie Night Management Software
Apache License 2.0
1 stars 2 forks source link

Restyle Form Error Messages #108

Open cknaut opened 4 years ago

cknaut commented 4 years ago

Right now, all form errors are pretty ugly:

image

One idea to improve them is to display them as a Boostrap alerts https://getbootstrap.com/docs/4.0/components/alerts/. This page could contain some hints on how to do this: https://docs.djangoproject.com/en/2.2/topics/forms/#rendering-form-error-messages.