From b94b1febee7181594e64f58e79f1c72cf6f6d8b7 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 12 Jun 2019 17:20:33 +0530 Subject: [PATCH] refactor: topic card redirects to login --- erpnext/www/lms/course.html | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/erpnext/www/lms/course.html b/erpnext/www/lms/course.html index 7f7a31128a..f2fd9363e8 100644 --- a/erpnext/www/lms/course.html +++ b/erpnext/www/lms/course.html @@ -42,7 +42,7 @@ {% if has_access %} {% else %} -
+ {% endif %} {% if topic.hero_image %}
@@ -81,7 +81,7 @@
{% else %} - + {% endif %} @@ -103,23 +103,4 @@ -{% endblock %} - -{% block script %} - {% endblock %} \ No newline at end of file