project/scipycon/registration/models.py
branchpayments
changeset 268 2d47a3eb5ec4
parent 260 c6f65d399286
child 276 325ec5a41269
equal deleted inserted replaced
267:efdc1fa99ef7 268:2d47a3eb5ec4
   126 
   126 
   127     details = models.CharField(
   127     details = models.CharField(
   128         max_length=255, verbose_name="Details",
   128         max_length=255, verbose_name="Details",
   129         help_text="If the payment mode was cheque or DD please provide "
   129         help_text="If the payment mode was cheque or DD please provide "
   130         "the <font color='red'>cheque or DD number and the name of the bank "
   130         "the <font color='red'>cheque or DD number and the name of the bank "
   131         "and branch</font>.<br/> If the payment mode was Net Banking please "
   131         "and branch</font>. Example: 4536234, SBI, IIT Powai, Mumbai.<br/> "
   132         "provide the <font color='red'>last four digits of the account "
   132         "If the payment mode was Net Banking please provide the <font "
   133         "number  and the name of the account holder</font> from which the "
   133         "color='red'>last four digits of the account number and the name "
   134         "transfer was made.", blank=True, null=True)
   134         "of the account holder and the bank name</font> from which the "
       
   135         "transfer was made. Example: 8804, Harish Chandra",
       
   136         blank=True, null=True)