Move to consistent use of spaces instead of tabs

Required for python3 transition
This commit is contained in:
Sebastian Lohff 2020-01-26 11:36:47 +01:00
parent c9cff07432
commit ba9c99e0ce
8 changed files with 618 additions and 620 deletions

View File

@ -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',
}