Merge branch 'main' of https://github.com/frappe/community into main

This commit is contained in:
pateljannat
2021-03-31 10:48:28 +05:30
4 changed files with 111 additions and 15 deletions

View File

@@ -51,7 +51,11 @@
{% endmacro %}
{% macro render_section_text(s) %}
{{ frappe.utils.md_to_html(s.contents) }}
<div class="row">
<div class="col-md-9">
{{ frappe.utils.md_to_html(s.contents) }}
</div>
</div>
{% endmacro %}
{%- block script %}