diff --git a/alkator/settings.py b/alkator/settings.py index c11bd8c..56ee0c1 100644 --- a/alkator/settings.py +++ b/alkator/settings.py @@ -90,6 +90,7 @@ EMAIL_PORT = 465 EMAIL_HOST_USER = 'info@alkator.cz' EMAIL_HOST_PASSWORD = 'hX:"D+6R+c%fLnq' EMAIL_USE_SSL = True +EMAIL_TIMEOUT = 10 # Password validation @@ -116,7 +117,7 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'UTC' +TIME_ZONE = 'CET' USE_I18N = True diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 913e3e3..f9dff52 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -100,7 +100,7 @@ class Main extends Component {