Erro pop -up em django não visível

settings.py
MESSAGE_TAGS = {
        messages.ERROR: 'danger',
 }
Rishu