From c8f7d84d2aa102b290f085b365c0e80ddd991017 Mon Sep 17 00:00:00 2001 From: Subhodip Biswas Date: Sun, 4 Nov 2012 20:10:14 +0530 Subject: [PATCH] Profile has mobile number now --- chaloBEST/users/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaloBEST/users/forms.py b/chaloBEST/users/forms.py index 68ca1bf..ae549d5 100644 --- a/chaloBEST/users/forms.py +++ b/chaloBEST/users/forms.py @@ -11,7 +11,7 @@ class SignupFormExtra(SignupForm): #last_name = forms.CharField(label = _(u'Last name'), # max_length = 30, # required=False) - mobile_number = forms.CharField(label = _(u'mobile number'), + mobile_number = forms.CharField(label = _(u'Mobile number'), max_length =10, required=True) # def __init__(self, *args, **kw):