diff options
author | Primal Pappachan | 2012-04-11 15:19:24 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-04-11 15:19:24 +0530 |
commit | c80105b09c995f053330d395ed44913cd09e2ce1 (patch) | |
tree | 6db938d83787c728dab111c184b00d4ba7a326ac | |
parent | 960922adf99d855c7eba0013ad4420d8d5f61502 (diff) | |
download | aloha-c80105b09c995f053330d395ed44913cd09e2ce1.tar.gz aloha-c80105b09c995f053330d395ed44913cd09e2ce1.tar.bz2 aloha-c80105b09c995f053330d395ed44913cd09e2ce1.zip |
change in category help text
-rw-r--r-- | aloha/allotter/forms.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aloha/allotter/forms.py b/aloha/allotter/forms.py index 57a88f4..a9c5fc9 100644 --- a/aloha/allotter/forms.py +++ b/aloha/allotter/forms.py @@ -66,7 +66,9 @@ class UserLoginForm(forms.Form): def clean_password(self): - pwd = self.cleaned_data['password'] + pwd = self.cleaned_data['password']Candidates should choose the category they +belong to, and send the relevant certificates along with their +application" ##Verifying the length of application number and whether it contains ##only digits. |