[added] web-forms

This commit is contained in:
Rushabh Mehta
2016-06-24 16:16:07 +05:30
parent a334062b03
commit bd9680f82e
17 changed files with 307 additions and 536 deletions

View File

@@ -0,0 +1,7 @@
from __future__ import unicode_literals
import frappe
def get_context(context):
# do your magic here
pass