rcpch / national-paediatric-diabetes-audit

A django application to audit the care of children and young people with diabetes in England and Wales.
0 stars 1 forks source link

Fixes error validation messages in Add New User form #109

Closed dc2007git closed 3 weeks ago

dc2007git commented 3 weeks ago

Before this PR:

Upon submitting the Add New User form, if there were any errors, the validation messages would not show on the screen and as such the user would not be shown a clear reason why their form had not sucessfully been submitted

After this PR:

The Add New User form now has validation for the relevant fields, as seen below:

image

Code changes: