From d687c96112070587a7cd4a6ed1dd1ee2e8d7316a Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 10 Jul 2024 13:55:57 +0200 Subject: [PATCH] delete, edit, view lots --- dashboard/templates/base.html | 6 ++-- dashboard/urls.py | 1 + dashboard/views.py | 25 +++++++++++++++-- lot/templates/delete_lot.html | 38 +++++++++++++++++++++++++ lot/templates/lots.html | 33 ++++++++++++++++++++++ lot/urls.py | 4 +++ lot/views.py | 52 +++++++++++++++++++++++++++++++++-- 7 files changed, 150 insertions(+), 9 deletions(-) create mode 100644 lot/templates/delete_lot.html create mode 100644 lot/templates/lots.html diff --git a/dashboard/templates/base.html b/dashboard/templates/base.html index dbf2e8d..3034b2e 100644 --- a/dashboard/templates/base.html +++ b/dashboard/templates/base.html @@ -104,17 +104,17 @@