From 820dcf515c56cde6c3dd3280d8ae26e2a9368e56 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Fri, 11 Jan 2019 16:43:46 +0530 Subject: Fixes Embed video link issue - Fixes Embed video link issue in LessonForm of Add New Lesson. - It breaks because of compatibility issues between jQuery 3.3.1 and jQuery UI 1.9.1 . Using jQuery UI with the jQuery Migrate plugin fixes this issue. --- yaksh/templates/yaksh/add_lesson.html | 1 + 1 file changed, 1 insertion(+) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/add_lesson.html b/yaksh/templates/yaksh/add_lesson.html index 0e1b456..6d6af91 100644 --- a/yaksh/templates/yaksh/add_lesson.html +++ b/yaksh/templates/yaksh/add_lesson.html @@ -6,6 +6,7 @@ {% block script %} + {% endblock %} {% block css %} -- cgit