Add event_id to wedding_invitation body_params so it appears in the form for dynamic button URL
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-05-14 10:51:28 +03:00
parent 0e0bc0598f
commit 42b71675e8

View File

@ -169,6 +169,7 @@ TEMPLATES: Dict[str, Dict[str, Any]] = {
"event_date", # body {{5}} "event_date", # body {{5}}
"event_time", # body {{6}} "event_time", # body {{6}}
"guest_link", # body {{7}} "guest_link", # body {{7}}
"event_id", # button {{1}} - for dynamic URL (not in body text)
], ],
"button_type": "URL", "button_type": "URL",
"button_text": "הצבע על הזמנה", "button_text": "הצבע על הזמנה",