Move to consistent use of spaces instead of tabs
Required for python3 transition
This commit is contained in:
parent
c9cff07432
commit
ba9c99e0ce
|
@ -40,7 +40,6 @@ INSTALLED_APPS = [
|
||||||
'django.contrib.sessions',
|
'django.contrib.sessions',
|
||||||
'django.contrib.messages',
|
'django.contrib.messages',
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
|
|
||||||
'crispy_forms',
|
'crispy_forms',
|
||||||
|
|
||||||
# local
|
# local
|
||||||
|
@ -142,4 +141,3 @@ CRISPY_TEMPLATE_PACK = 'bootstrap3'
|
||||||
MESSAGE_TAGS = {
|
MESSAGE_TAGS = {
|
||||||
messages.ERROR: 'danger',
|
messages.ERROR: 'danger',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue