forked from gergely/calendar-social
[Bugfix] Fix a method call in TimezoneField
It wasn’t a method call, but it should have been.
This commit is contained in:
parent
8a46f3c66a
commit
894024aa88
@ -52,7 +52,7 @@ class TimezoneField(SelectField):
|
|||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
if is_pytz_instance(value):
|
if self.is_pytz_instance(value):
|
||||||
self.data = value
|
self.data = value
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user