# HG changeset patch # User Madhusudan.C.S # Date 1290686458 -19800 # Node ID 8323e8d7d1f47a83320e6deb3854110291a94502 # Parent e8f8a599e5947ac43528e9eb6429fbb84d19139a Add bank name to sample of NEFT. diff -r e8f8a599e594 -r 8323e8d7d1f4 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 last four digits of the account number and the name " "of the account holder and the bank name from which the " - "transfer was made. Example: 8804, Harish Chandra", + "transfer was made. Example: 8804, Harish Chandra, SBI", blank=True, null=True)