diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 1b9fb5b..bab8ac1 100644 Binary files a/digitaleagentur/__pycache__/settings.cpython-38.pyc and b/digitaleagentur/__pycache__/settings.cpython-38.pyc differ diff --git a/digitaleagentur/settings.py b/digitaleagentur/settings.py index 6f80711..c43a90d 100644 --- a/digitaleagentur/settings.py +++ b/digitaleagentur/settings.py @@ -149,7 +149,8 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'de' -TIME_ZONE = 'UTC' + +TIME_ZONE = 'CET' USE_I18N = True @@ -176,7 +177,7 @@ STATIC_URL = '/static/' SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/..' STATIC_ROOT = (os.path.join(SITE_ROOT, 'users/static/')) #STATICFILES_DIRS = (os.path.join(SITE_ROOT, 'users/static/'),) - + # CRISPY CRISPY_TEMPLATE_PACK = 'bootstrap4' diff --git a/users/__pycache__/views.cpython-38.pyc b/users/__pycache__/views.cpython-38.pyc index 1054c30..00aacf8 100644 Binary files a/users/__pycache__/views.cpython-38.pyc and b/users/__pycache__/views.cpython-38.pyc differ diff --git a/users/templates/users/base.html b/users/templates/users/base.html index 26cb581..8cbaca6 100644 --- a/users/templates/users/base.html +++ b/users/templates/users/base.html @@ -350,4 +350,4 @@ } } - \ No newline at end of file + diff --git a/users/views.py b/users/views.py index c35094f..08a8074 100644 --- a/users/views.py +++ b/users/views.py @@ -49,7 +49,6 @@ class AgencyCreateView(CreateView): [form.cleaned_data.get('email')], fail_silently=False, ) - return super().form_valid(form) @login_required