diff -r 9bdb5a00689a -r 33c54f815fd5 app/projrev/models.py --- 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(