remove trailing whitespaces

This commit is contained in:
Peter Pfeufer
2021-05-17 09:46:11 +02:00
parent 10bd77d761
commit 8c3df89d52
146 changed files with 2088 additions and 2061 deletions

View File

@@ -104,7 +104,7 @@ TEMPLATES = [
'django.template.context_processors.i18n',
'django.template.context_processors.media',
'django.template.context_processors.static',
'django.template.context_processors.tz',
'django.template.context_processors.tz',
'allianceauth.context_processors.auth_settings',
],
},

View File

@@ -19,7 +19,7 @@ DEBUG = False
# Add any additional apps to this list.
INSTALLED_APPS += [
]
# To change the logging level for extensions, uncomment the following line.