event/forms.py
changeset 12 81cd0140a0f2
parent 9 601057af86c2
child 62 baddb55f8da7
--- 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']
+