GrLdev / GrLdev/Rate-My-Student-Home
Display ValidationErrors in html
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Errors are raised in _forms.py_ and _maps.py_


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:

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

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.