Zeitzone eingestellt
This commit is contained in:
parent
65cf6563d2
commit
50286d1c6a
Binary file not shown.
|
|
@ -149,7 +149,8 @@ AUTH_PASSWORD_VALIDATORS = [
|
|||
|
||||
LANGUAGE_CODE = 'de'
|
||||
|
||||
TIME_ZONE = 'UTC'
|
||||
|
||||
TIME_ZONE = 'CET'
|
||||
|
||||
USE_I18N = True
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -49,7 +49,6 @@ class AgencyCreateView(CreateView):
|
|||
[form.cleaned_data.get('email')],
|
||||
fail_silently=False,
|
||||
)
|
||||
|
||||
return super().form_valid(form)
|
||||
|
||||
@login_required
|
||||
|
|
|
|||
Loading…
Reference in New Issue