diff --git a/erpnext/non_profit/doctype/chapter/templates/chapter.html b/erpnext/non_profit/doctype/chapter/templates/chapter.html index 671a13a951b..04a715886bd 100644 --- a/erpnext/non_profit/doctype/chapter/templates/chapter.html +++ b/erpnext/non_profit/doctype/chapter/templates/chapter.html @@ -65,7 +65,4 @@
- {% endblock %} - - \ No newline at end of file diff --git a/erpnext/non_profit/doctype/chapter/templates/chapter_row.html b/erpnext/non_profit/doctype/chapter/templates/chapter_row.html index 12176ca1775..afa6183be88 100644 --- a/erpnext/non_profit/doctype/chapter/templates/chapter_row.html +++ b/erpnext/non_profit/doctype/chapter/templates/chapter_row.html @@ -19,51 +19,7 @@ -{{ html2text(doc.introduction[:200]) }}{% if introduction|len > 200 %}...{% endif %}
+{{ html2text(doc.introduction) | truncate (200) }}
{% endif %} - - - \ No newline at end of file diff --git a/erpnext/non_profit/doctype/grant_application/templates/grant_application.html b/erpnext/non_profit/doctype/grant_application/templates/grant_application.html index 8fecdadf121..52e8469284e 100644 --- a/erpnext/non_profit/doctype/grant_application/templates/grant_application.html +++ b/erpnext/non_profit/doctype/grant_application/templates/grant_application.html @@ -59,4 +59,10 @@ {% else %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} +{% block style %} + + +{% endblock %} diff --git a/erpnext/non_profit/doctype/grant_application/templates/grant_application_row.html b/erpnext/non_profit/doctype/grant_application/templates/grant_application_row.html index c374959e945..e375b16154d 100644 --- a/erpnext/non_profit/doctype/grant_application/templates/grant_application_row.html +++ b/erpnext/non_profit/doctype/grant_application/templates/grant_application_row.html @@ -9,43 +9,3 @@ {% endif %} - - \ No newline at end of file