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:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user