Django messages always have tick icons even for errors/warnings
Open
bug
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
While testing #1206 - I found this existing issue:
Basically all the django messages are being displayed with a tick:
Eg VCF details page:
This is because I'm setting the background based on severity, but only ever calling ```messages.add_message``` instead of the warnings/error methods
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.