summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrimal Pappachan2012-04-11 15:19:24 +0530
committerPrimal Pappachan2012-04-11 15:19:24 +0530
commitc80105b09c995f053330d395ed44913cd09e2ce1 (patch)
tree6db938d83787c728dab111c184b00d4ba7a326ac
parent960922adf99d855c7eba0013ad4420d8d5f61502 (diff)
downloadaloha-c80105b09c995f053330d395ed44913cd09e2ce1.tar.gz
aloha-c80105b09c995f053330d395ed44913cd09e2ce1.tar.bz2
aloha-c80105b09c995f053330d395ed44913cd09e2ce1.zip
change in category help text
-rw-r--r--aloha/allotter/forms.py4
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.