app/projrev/models.py
changeset 49 33c54f815fd5
parent 47 09c3b7aaa535
--- a/app/projrev/models.py	Thu Aug 13 04:27:08 2009 +0530
+++ b/app/projrev/models.py	Fri Aug 14 11:07:24 2009 +0530
@@ -706,7 +706,7 @@
 
   # Field containing the pin code
   pin_code = models.IntegerField()
-  pin_code.help_text = "Enter your address's pin code."
+  pin_code.help_text = "Enter your address's pin code without any spaces."
 
   # Field containing the state to which the institution belongs to.
   state = models.CharField(