# HG changeset patch # User Madhusudan.C.S # Date 1295467421 -19800 # Node ID 863dba311ba286e5028d04ab26bb7023f4c3e759 # Parent a7ac6cbaca25af39d65e1b55b520428c87d0c6f2 Fix the styling and modify the help text to calendar field to use the conventional format. diff -r a7ac6cbaca25 -r 863dba311ba2 pytask/profile/forms.py --- a/pytask/profile/forms.py Thu Jan 20 01:32:49 2011 +0530 +++ b/pytask/profile/forms.py Thu Jan 20 01:33:41 2011 +0530 @@ -25,9 +25,9 @@ field of interests etc.," ) - - dob = forms.DateField(help_text = "YYYY-MM-DD", required=True, - label=u'Date of birth') + + dob = forms.DateField(help_text = "yyyy-mm-dd", required=True, + label=u'Date of Birth') gender = forms.ChoiceField(choices = GENDER_CHOICES, required=True, label=u'Gender')