Merge branch 'master' into develop

This commit is contained in:
Sagar Vora
2019-02-05 18:40:39 +05:30
15 changed files with 99 additions and 131 deletions

View File

@@ -15,7 +15,7 @@
{{ chapter_button() }}
<p><a href="">Leave Chapter</a></p>
{% else %}
{% if frappe.local.request.method=='POST' %}
{% if request.method=='POST' %}
<p>Welcome to chapter {{ chapter.name }}!</p>
{{ chapter_button() }}
{% else %}