From 356d916e26b7aeb86f0e684387108a04c499d337 Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 11 Feb 2026 00:40:55 +0000 Subject: [PATCH] fix: correct endpoint name to market.browse.product.cart Co-Authored-By: Claude Opus 4.6 --- .../templates/_types/product/_cart.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/suma_browser/templates/_types/product/_cart.html b/suma_browser/templates/_types/product/_cart.html index 3bde81b..98779d1 100644 --- a/suma_browser/templates/_types/product/_cart.html +++ b/suma_browser/templates/_types/product/_cart.html @@ -7,9 +7,9 @@ {% if not quantity %}
@@ -80,9 +80,9 @@ @@ -139,7 +139,7 @@

- {% set href=url_for('market.product.product_detail', slug=p.slug) %} + {% set href=url_for('market.browse.product.product_detail', slug=p.slug) %} Quantity @@ -212,9 +212,9 @@ {{ item.quantity }}