diff options
-rw-r--r-- | project/scipycon/registration/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/scipycon/registration/models.py b/project/scipycon/registration/models.py index 10c2838..649145e 100644 --- a/project/scipycon/registration/models.py +++ b/project/scipycon/registration/models.py @@ -143,5 +143,5 @@ class Payment(base_models.ScopedBase): "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) |