Removed the debug text in rendering topic pages.

This commit is contained in:
Anand Chitipothu
2021-03-23 04:23:52 +00:00
parent 03a22bd537
commit 071df674c0

View File

@@ -51,9 +51,7 @@
{% endmacro %}
{% macro render_section_text(s) %}
<p>BEGIN SECTION</p>
{{ frappe.utils.md_to_html(s.contents) }}
<p>END SECTION</p>
{% endmacro %}
{%- block script %}