Answers for "how to change bootstrap alert color to white"

0

bootstrap messages red

from django.contrib.messages import constants as messages
MESSAGE_TAGS = {
    messages.ERROR: 'danger',
}
Posted by: Guest on March-12-2022

Code answers related to "how to change bootstrap alert color to white"

Browse Popular Code Answers by Language