Move to consistent use of spaces instead of tabs

Required for python3 transition
py3
Sebastian Lohff 4 years ago
parent efcea4d2df
commit 4b8a444f1f

@ -40,7 +40,6 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'crispy_forms',
# local
@ -142,4 +141,3 @@ CRISPY_TEMPLATE_PACK = 'bootstrap3'
MESSAGE_TAGS = {
messages.ERROR: 'danger',
}

Loading…
Cancel
Save