--- a/event/forms.py Tue Apr 20 09:55:46 2010 +0530 +++ b/event/forms.py Tue Apr 20 15:31:21 2010 +0530 @@ -20,3 +20,4 @@ raise forms.ValidationError("Event cannot stop before it starts") return self.cleaned_data['stop_date'] +