project/scipycon/registration/models.py
branchpayments
changeset 259 93cc238021ae
parent 248 0fc144c69e84
child 260 c6f65d399286
equal deleted inserted replaced
258:41178e6ce096 259:93cc238021ae
   125     type = models.CharField(max_length=25, choices=PAYMENT_MODE_CHOICES,
   125     type = models.CharField(max_length=25, choices=PAYMENT_MODE_CHOICES,
   126                             verbose_name="Type", blank=True, null=True)
   126                             verbose_name="Type", blank=True, null=True)
   127 
   127 
   128     details = models.CharField(
   128     details = models.CharField(
   129         max_length=255, verbose_name="Details",
   129         max_length=255, verbose_name="Details",
   130         help_text="If you made the payment using a cheque or a DD please "
   130         help_text="If the payment mode was cheque or DD please provide "
   131         "provide the number on the cheque or DD. If you made the payment "
   131         "the <font color='red'>cheque or DD number and the name of the bank "
   132         "via Net Banking please provide the last four digits of the account "
   132         "and branch</font>.<br/> If the payment mode was Net Banking please "
   133         "number and the name of the account holder from which the transfer "
   133         "provide the <font color='red'>last four digits of the account "
   134         "was made.", blank=True, null=True)
   134         "number  and the name of the account holder</font> from which the "
       
   135         "transfer was made.", blank=True, null=True)