In my django admin, error messages (using the messages framework) are created with danger
class. However the message looks green with an approval sign over it:
When looking into admin/css/base.css
, it looks like the error class is error
and not danger
.
Why does it show as danger
? How can I change it?