From d1621b8e70ff47e47d3ac652967393c329af833c Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 15 Feb 2026 10:22:22 +0000 Subject: [PATCH] Use cart_url/page_cart_url for checkout action instead of url_for The checkout form action used url_for('cart_global.checkout') which only resolves inside the cart app. Replace with cart_url() and page_cart_url() Jinja globals that work across all apps. Co-Authored-By: Claude Opus 4.6 --- browser/templates/_types/cart/_cart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/templates/_types/cart/_cart.html b/browser/templates/_types/cart/_cart.html index 37ec396..3ebe37c 100644 --- a/browser/templates/_types/cart/_cart.html +++ b/browser/templates/_types/cart/_cart.html @@ -103,7 +103,7 @@ {% if g.user %}