Update min length of financial assisstance

LEARNER-2945
This commit is contained in:
Ahsan Ulhaq
2018-03-02 15:39:04 +05:00
parent a20b9f88c8
commit 3c450ce7d9

View File

@@ -3269,7 +3269,7 @@ CCX_MAX_STUDENTS_ALLOWED = 200
# Maximum and minimum length of answers, in characters, for the
# financial assistance form
FINANCIAL_ASSISTANCE_MIN_LENGTH = 800
FINANCIAL_ASSISTANCE_MIN_LENGTH = 250
FINANCIAL_ASSISTANCE_MAX_LENGTH = 2500
#### Registration form extension. ####