Add bank name to sample of NEFT.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 25 Nov 2010 17:30:58 +0530
changeset 296 8323e8d7d1f4
parent 295 e8f8a599e594
child 297 ccfa7953b68c
Add bank name to sample of NEFT.
project/scipycon/registration/models.py
--- a/project/scipycon/registration/models.py	Thu Nov 25 13:30:00 2010 +0530
+++ b/project/scipycon/registration/models.py	Thu Nov 25 17:30:58 2010 +0530
@@ -143,5 +143,5 @@
         "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",
+        "transfer was made. Example: 8804, Harish Chandra, SBI",
         blank=True, null=True)