From a149bf483fe724deb6427cad781279bef28da9fe Mon Sep 17 00:00:00 2001 From: adityacp Date: Wed, 18 Nov 2020 15:35:03 +0530 Subject: Add dropdown selection for lesson video options --- yaksh/templates/yaksh/add_lesson.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/add_lesson.html b/yaksh/templates/yaksh/add_lesson.html index 04838a6..385ebe0 100644 --- a/yaksh/templates/yaksh/add_lesson.html +++ b/yaksh/templates/yaksh/add_lesson.html @@ -84,9 +84,12 @@ Active: {{lesson_form.active}}

Video Path: - - {{lesson_form.video_path.help_text}} - + + + + {{lesson_form.video_option}} +

+ {{lesson_form.video_url}} {{lesson_form.video_path}}
Video File: @@ -133,12 +136,13 @@ {% endif %}
- {% if lesson_files %} - {% endif %}
-- cgit