diff --git a/xgds_sample/forms.py b/xgds_sample/forms.py index 22b246c..4701560 100644 --- a/xgds_sample/forms.py +++ b/xgds_sample/forms.py @@ -234,7 +234,7 @@ def clean(self): if min_collection_time or max_collection_time: if not collection_timezone: - self.add_error('event_timezone',"Time Zone is required for min / max times.") + self.add_error('collection_timezone',"Time Zone is required for min / max times.") raise forms.ValidationError( "Time Zone is required for min / max times." )