Commit 053467c6 by Simon Chen

Increase the number of characters on pre-requisite field for course

EDUCATOR-1953
parent 856e9eba
......@@ -87,7 +87,7 @@ class CourseForm(BaseForm):
)
prerequisites = forms.CharField(
label=_('Prerequisites'), widget=forms.Textarea, required=False,
validators=[validate_text_count(max_length=200)]
validators=[validate_text_count(max_length=1000)]
)
# users will be loaded through AJAX call based on organization
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment