GrLdev / Rate-My-Student-Home

A website designed to allow students rate their student homes in Cardiff.
3 stars 0 forks source link

Display ValidationErrors in html #39

Open theobaur13 opened 1 year ago

theobaur13 commented 1 year ago

Errors are raised in forms.py and maps.py image image

  1. In routes.py make the necessary import: from flask import flash

  2. In routes.py these errors need to be caught and displayed in a flash message or some other format to display to the user, here is an example from a previous project: image

  3. In layout.html or create.html display the flash messages, here is an example from a previous project: image