fixed a typo anoop
authornishanth
Wed, 14 Jul 2010 15:28:43 +0530
branchanoop
changeset 83 736b2945037f
parent 82 408f2bee9abb
child 84 7007ec492eac
fixed a typo
sdi/models.py
--- a/sdi/models.py	Wed Jul 14 15:27:33 2010 +0530
+++ b/sdi/models.py	Wed Jul 14 15:28:43 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_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_workshop = models.BooleanField(default=False)