Commit d4cf4c84 authored by littleredpanda14's avatar littleredpanda14

Final updates to views

parent 0382b445
......@@ -30,7 +30,6 @@ class IngredientsUpdateView(UpdateView):
class IngredientsCreateView(CreateView):
template_name_suffix = '_create_form'
#template_name = 'ingredients_create_form.html'
......@@ -52,7 +51,6 @@ class RecipesUpdateView(UpdateView):
class RecipesCreateView(CreateView):
template_name_suffix = '_create_form'
#template_name = 'recipes_create_form.html'
......@@ -74,5 +72,4 @@ class OrdersUpdateView(UpdateView):
class OrdersCreateView(CreateView):
template_name_suffix = '_create_form'
#template_name = 'orders_create_form.html'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment