diff --git a/restaurants/views.py b/restaurants/views.py index a7e89b7..073ccfc 100644 --- a/restaurants/views.py +++ b/restaurants/views.py @@ -19,7 +19,4 @@ def restaurant_detail(request, restaurant_id): def restaurant_create(request): - context = { - - } - return render(request, 'create.html', context) + return render(request, 'create.html')