feat: improved lighthouse reports
This commit is contained in:
@@ -77,6 +77,7 @@ class CartDetail(TemplateView, CreateView):
|
||||
cart_items = CartItem.objects.filter(cart=cart).prefetch_related("product")
|
||||
|
||||
return {
|
||||
"title": web_settings.web_title,
|
||||
"cart": cart,
|
||||
"items": cart_items,
|
||||
"description": _("resumen del carrito"),
|
||||
|
||||
Reference in New Issue
Block a user