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

Add new Patient form throwing error when should be error-free #113

Closed dc2007git closed 3 months ago

dc2007git commented 3 months ago

When entering a patient's details, and submitting, even if the select dropdown is correctly chosen, an error is thrown:

image

Likely to do with a mismatch between entering the name of the label "Any other Black background" and the corresponding value "2" not being entered properly in the code.

Will look into this once permissions have been implemented