From 07aa2e2be90c134099077263b300fca7a83cdc0e Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Feb 2026 17:37:16 +0000 Subject: [PATCH] Fix cart sign-in button: use plain link instead of HTMX The login URL is cross-origin (blog app), so hx-get can't load it into the current page. Use a regular for cross-app navigation. Co-Authored-By: Claude Opus 4.6 --- browser/templates/_types/cart/_cart.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/browser/templates/_types/cart/_cart.html b/browser/templates/_types/cart/_cart.html index 30a08b2..a89fe0f 100644 --- a/browser/templates/_types/cart/_cart.html +++ b/browser/templates/_types/cart/_cart.html @@ -117,23 +117,13 @@ {% else %} {% set href=login_url(request.url) %} -
+