Removed the debug text in rendering topic pages.
This commit is contained in:
@@ -51,9 +51,7 @@
|
|||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro render_section_text(s) %}
|
{% macro render_section_text(s) %}
|
||||||
<p>BEGIN SECTION</p>
|
|
||||||
{{ frappe.utils.md_to_html(s.contents) }}
|
{{ frappe.utils.md_to_html(s.contents) }}
|
||||||
<p>END SECTION</p>
|
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{%- block script %}
|
{%- block script %}
|
||||||
|
|||||||
Reference in New Issue
Block a user