Commit 5e1df965 authored by Lance Michael O. Co's avatar Lance Michael O. Co 😢

recipe html files made

parent f53755c5
......@@ -42,3 +42,20 @@ class RecipesUpdate(UpdateView):
class RecipesCreate(CreateView):
template_name = "recipes_create_form.html"
#Orders
class OrdersList(ListView):
template_name = "orders_list.html"
class OrdersDetail(DetailView):
template_name = "orders_detail.html"
class OrdersUpdate(UpdateView):
template_name = "orders_update_form.html"
class OrdersCreate(CreateView):
template_name = "orders_create_form.html"
\ No newline at end of file
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