Update project, small changes
This commit is contained in:
@@ -3,3 +3,7 @@ from django.shortcuts import render
|
||||
|
||||
def orders_list(request):
|
||||
return render(request, 'orders/orders-list.html')
|
||||
|
||||
|
||||
def order_create(request):
|
||||
return render(request, 'orders/order-create.html')
|
||||
|
||||
Reference in New Issue
Block a user