From 89cc2af958859f4fd10179f16a2bc8ea1e4bdf51 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Feb 2026 18:03:29 +0000 Subject: [PATCH] Fix cart sign-in button in app-level template override The cart app has its own _cart.html that overrides the shared one. The shared copy was fixed but this one still had hx-get on the cross-origin login link. Co-Authored-By: Claude Opus 4.6 --- templates/_types/cart/_cart.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/templates/_types/cart/_cart.html b/templates/_types/cart/_cart.html index f21e098..30e3d22 100644 --- a/templates/_types/cart/_cart.html +++ b/templates/_types/cart/_cart.html @@ -217,23 +217,13 @@ {% else %} {% set href=login_url(request.url) %} -