frappeAssignment/airplane_mode/www/show-me.py

7 lines
202 B
Python
Raw Permalink Normal View History

2024-07-23 11:34:52 +00:00
import frappe
from frappe.website.render import render
def get_context(context):
# Get the color query parameter from the request
color = frappe.form_dict.get('color')
context.color = color