Files
2026-04-23 10:43:49 +00:00

6 lines
142 B
Python

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