fix
This commit is contained in:
parent
96f1933ab4
commit
8af3e6cfb7
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user