--- a/sdi/models.py Wed Jul 14 15:25:36 2010 +0530
+++ b/sdi/models.py Wed Jul 14 15:27:33 2010 +0530
@@ -109,7 +109,7 @@
registrant = models.ForeignKey(Registrant)
status_of_attending_sagedays = models.CharField(max_length=1, default="0", choices=EVENT_ATTEND_CHOICES)
- status_of_attending_python_workshop = models.Charfield(max_length=1, default="0", choices=WORKSHOP_ATTEND_CHOICES)
+ status_of_attending_workshop = models.Charfield(max_length=1, default="0", choices=WORKSHOP_ATTEND_CHOICES)
status_of_accomodation = models.CharField(max_length=1, default="0", choices=ACCO_CHOICES)
- has_laptop_for_python_workshop = models.BooleanField(default=False)
+ has_laptop_for_workshop = models.BooleanField(default=False)