Alerty na czerwono
This commit is contained in:
parent
d04a86f750
commit
145fca3cd6
@ -131,3 +131,9 @@ STATIC_URL = '/static/'
|
|||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
os.path.join(BASE_DIR,'SocialHelper/static')
|
os.path.join(BASE_DIR,'SocialHelper/static')
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
from django.contrib.messages import constants as messages
|
||||||
|
MESSAGE_TAGS = {
|
||||||
|
messages.ERROR: 'danger',
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user