Modify the help text of payment details to reflect examples. payments
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 18 Nov 2010 14:18:33 +0530
branchpayments
changeset 268 2d47a3eb5ec4
parent 267 efdc1fa99ef7
child 276 325ec5a41269
Modify the help text of payment details to reflect examples.
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 <font color='red'>cheque or DD number and the name of the bank "
-        "and branch</font>.<br/> If the payment mode was Net Banking please "
-        "provide the <font color='red'>last four digits of the account "
-        "number  and the name of the account holder</font> from which the "
-        "transfer was made.", blank=True, null=True)
+        "and branch</font>. Example: 4536234, SBI, IIT Powai, Mumbai.<br/> "
+        "If the payment mode was Net Banking please provide the <font "
+        "color='red'>last four digits of the account number and the name "
+        "of the account holder and the bank name</font> from which the "
+        "transfer was made. Example: 8804, Harish Chandra",
+        blank=True, null=True)