diff --git a/erpnext/templates/pages/non_profit/join-chapter.html b/erpnext/templates/pages/non_profit/join-chapter.html index 029cd770081..89a7d2aace8 100644 --- a/erpnext/templates/pages/non_profit/join-chapter.html +++ b/erpnext/templates/pages/non_profit/join-chapter.html @@ -15,7 +15,7 @@ {{ chapter_button() }}
{% else %} - {% if frappe.local.request.method=='POST' %} + {% if request.method=='POST' %}Welcome to chapter {{ chapter.name }}!
{{ chapter_button() }} {% else %}