This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
shared/services/widgets/cart_widgets.py
giles 65c4989d08 Replace account widgets with fragment composition (Phase 5)
Account nav links and page panels (tickets, bookings) now fetched
as HTML fragments from events app instead of using widget registry.
All three widget registration functions are now no-ops.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:56:29 +00:00

11 lines
220 B
Python

"""Cart-domain widgets.
Account nav link has been replaced by fragments
(cart app serves account-nav-item at /internal/fragments/).
"""
from __future__ import annotations
def register_cart_widgets() -> None:
pass