From 5569cbf82c43b4ee70308efb9c383bbcf19c6a9a Mon Sep 17 00:00:00 2001 From: scmmishra Date: Thu, 18 Oct 2018 16:06:18 +0530 Subject: [PATCH] Revert "LMS: Fixed views for article and video" This reverts commit 9b7585405f7e25dcdcba4e131066d6b57a1d8899. --- erpnext/www/lms/course.html | 6 ------ erpnext/www/lms/program.html | 5 +++++ erpnext/www/lms/templates/includes/article.html | 17 ----------------- erpnext/www/lms/templates/includes/quiz.html | 9 ++++++--- erpnext/www/lms/templates/includes/video.html | 17 ----------------- 5 files changed, 11 insertions(+), 43 deletions(-) diff --git a/erpnext/www/lms/course.html b/erpnext/www/lms/course.html index bd2d6b8080..9896b017aa 100644 --- a/erpnext/www/lms/course.html +++ b/erpnext/www/lms/course.html @@ -1,7 +1,6 @@ {% extends "frappe_theme/templates/base.html" %} {% block title %}ERPNext Academy{% endblock %} {% from "templates/includes/media.html" import media %} -<<<<<<< HEAD {% block head_include %} @@ -11,11 +10,6 @@ {% with content = current_content, next_content = next_content, course_name = course_name, program_name = program_name %} {% include "www/lms/templates/includes/" + content_type.lower() + ".html" %} {% endwith %} -======= -{% block content %} -
-{% include "www/lms/templates/includes/" + content_type.lower() + ".html" %} ->>>>>>> LMS: Fixed views for article and video