mirror of
https://github.com/yawaflua/SusMarket.git
synced 2025-12-08 19:49:36 +02:00
пофиксил
This commit is contained in:
@@ -7,7 +7,7 @@ from django.shortcuts import render
|
|||||||
from SusMarketBackend.models import Category, Product, Review, User
|
from SusMarketBackend.models import Category, Product, Review, User
|
||||||
|
|
||||||
|
|
||||||
def index(request):
|
def index(request, product: int = 0):
|
||||||
return render(request, 'index.html')
|
return render(request, 'index.html')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user