Files
lms/community/community/web_form/join_request/join_request.py
2021-02-19 10:36:34 +05:30

8 lines
110 B
Python

from __future__ import unicode_literals
import frappe
def get_context(context):
# do your magic here
pass