diff --git a/bp/product/routes.py b/bp/product/routes.py index ef8d0a2..1dd8c41 100644 --- a/bp/product/routes.py +++ b/bp/product/routes.py @@ -265,6 +265,7 @@ def register(): return await render_template( "_types/product/_added.html", + d={"slug": slug}, cart=g.cart, item=ci, total=total,