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

dismiss messages #28

Open eatyourpeas opened 5 months ago

eatyourpeas commented 5 months ago

Any database operations (creates/updates/delete) make use of the django messages API to signpost success or failure to the user on redirect. These are styled with tailwind and appear in the base.html. It needs to be possible to acknowlege dismiss these notifications.