Modify the help text for details field to be more harsh on users so that they are clear as to what they are supposed to provide. payments
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 16 Nov 2010 17:34:36 +0530
branchpayments
changeset 259 93cc238021ae
parent 258 41178e6ce096
child 260 c6f65d399286
Modify the help text for details field to be more harsh on users so that they are clear as to what they are supposed to provide.
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 <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)