# HG changeset patch # User Madhusudan.C.S # Date 1290070113 -19800 # Node ID 2d47a3eb5ec4bb6000c794522c23e6cd2d06e361 # Parent efdc1fa99ef7de949b83e25d8e6301fad6b36b65 Modify the help text of payment details to reflect examples. diff -r efdc1fa99ef7 -r 2d47a3eb5ec4 project/scipycon/registration/models.py --- a/project/scipycon/registration/models.py Tue Nov 16 18:33:10 2010 +0530 +++ b/project/scipycon/registration/models.py Thu Nov 18 14:18:33 2010 +0530 @@ -128,7 +128,9 @@ max_length=255, verbose_name="Details", 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) + "and branch. Example: 4536234, SBI, IIT Powai, Mumbai.
" + "If the payment mode was Net Banking please provide the last four digits of the account number and the name " + "of the account holder and the bank name from which the " + "transfer was made. Example: 8804, Harish Chandra", + blank=True, null=True)