From 3c450ce7d9c581fc62887904ed69a7ca22a3f175 Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Fri, 2 Mar 2018 15:39:04 +0500 Subject: [PATCH] Update min length of financial assisstance LEARNER-2945 --- lms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 473025cee4..0bb43f2147 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -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. ####