From 449f2611280025fba48aa918f9e6a4ac88b9bc12 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 6 Jun 2019 18:33:58 +0530 Subject: [PATCH] feat: show signup dialog for Guest --- erpnext/www/lms/course.html | 21 ++++++++++++++++++++- erpnext/www/lms/topic.html | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/erpnext/www/lms/course.html b/erpnext/www/lms/course.html index 84cad36f9d..f8618e08ec 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 %}
@@ -103,4 +103,23 @@
+{% endblock %} + +{% block script %} + {% endblock %} \ No newline at end of file diff --git a/erpnext/www/lms/topic.html b/erpnext/www/lms/topic.html index 3a777765a1..3bbfbd0936 100644 --- a/erpnext/www/lms/topic.html +++ b/erpnext/www/lms/topic.html @@ -17,7 +17,7 @@
-
{{ content.content_type or '' }}
+
{{ content.content_type or '' }}
{{ content.content.name }}
{% if has_access %}