diff -r 41178e6ce096 -r 93cc238021ae project/scipycon/registration/models.py --- a/project/scipycon/registration/models.py Tue Nov 16 17:12:38 2010 +0530 +++ b/project/scipycon/registration/models.py Tue Nov 16 17:34:36 2010 +0530 @@ -127,8 +127,9 @@ details = models.CharField( max_length=255, verbose_name="Details", - help_text="If you made the payment using a cheque or a DD please " - "provide the number on the cheque or DD. If you made the payment " - "via Net Banking please provide the last four digits of the account " - "number and the name of the account holder from which the transfer " - "was made.", blank=True, null=True) + help_text="If the payment mode was cheque or DD please provide " + "the cheque or DD number and the name of the bank " + "and branch.
If the payment mode was Net Banking please " + "provide the last four digits of the account " + "number and the name of the account holder from which the " + "transfer was made.", blank=True, null=True)