6 lines
142 B
Python
6 lines
142 B
Python
# sunderer_app/utils.py
|
|
import frappe
|
|
|
|
def update_website_context(context):
|
|
context["brand_html"] = "Sunderer"
|
|
# 其他上下文覆盖 |