Merge pull request #17604 from edx/ahsan/LEARNER-2945-financial-assisstance-max-length

Update min length of financial assisstance
This commit is contained in:
Ahsan Ul Haq
2018-03-02 17:55:02 +05:00
committed by GitHub

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. ####