reg/forms.py
changeset 43 757d1da69255
parent 22 737ec98cf6df
child 62 b7e47cc39342
--- a/reg/forms.py	Thu Apr 15 14:15:44 2010 +0530
+++ b/reg/forms.py	Thu Apr 15 14:38:48 2010 +0530
@@ -101,7 +101,7 @@
 
     class Meta:
         model = Event
-        fields = ['title', 'description', 'start_date', 'stop_date']
+        fields = ['title', 'description', 'start_date', 'stop_date', 'venue']
 
     def clean_start_date(self):
         """ see if the start date is greater than today or not.