From 071df674c0a0134535a48568df8cd6fb28fefff9 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Tue, 23 Mar 2021 04:23:52 +0000 Subject: [PATCH] Removed the debug text in rendering topic pages. --- community/www/courses/topic.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/community/www/courses/topic.html b/community/www/courses/topic.html index e7008baa..e2817d1e 100644 --- a/community/www/courses/topic.html +++ b/community/www/courses/topic.html @@ -51,9 +51,7 @@ {% endmacro %} {% macro render_section_text(s) %} -

BEGIN SECTION

{{ frappe.utils.md_to_html(s.contents) }} -

END SECTION

{% endmacro %} {%- block script %}