This commit is contained in:
Martin Quarda 2024-10-13 09:32:56 +02:00
parent 96f1933ab4
commit 8af3e6cfb7

View File

@ -333,7 +333,7 @@ def products(request):
{
'name': product.name,
'description': product.description,
'img': product.img.path,
'img': product.img.url,
'price': product.price,
'quantity': product.quantity,
}