seitime-frappe/frappe/www/_test/_test_no_context.py

7 lines
No EOL
140 B
Python

import frappe
# no context object is accepted
def get_context():
context = frappe._dict()
context.body = "Custom Content"
return context