diff --git a/calsocial/forms.py b/calsocial/forms.py index 843aeab..846715e 100644 --- a/calsocial/forms.py +++ b/calsocial/forms.py @@ -216,7 +216,7 @@ class EventForm(FlaskForm): def __init__(self, *args, **kwargs): from flask_security import current_user - self.time_zone.kwargs['default'] = current_user.timezone + self.time_zone.kwargs['default'] = current_user.timezone # pylint: disable=no-member FlaskForm.__init__(self, *args, **kwargs)