validators.py
2.82 KB
-
Fix Course Syllabus max length issue · 76d86911
In the frontend, TinyMC is removing `\n` ` ` which backend wasn't causing mismatch between the counts. Now updated the backend to use `get_text(strip=True)` method which will remove these from the text.
Awais Jibran committed