From 810c87e2e0d70e8c4d6f4ac56c36084bdd2c3168 Mon Sep 17 00:00:00 2001 From: aminhashemi92 Date: Sun, 14 Sep 2025 13:44:03 +0330 Subject: [PATCH] Add well and customer detail modal --- .../templates/accounts/customer_list.html | 239 +++++++++++++++++- accounts/urls.py | 8 +- accounts/views.py | 123 +++++++++ wells/templates/wells/well_list.html | 204 ++++++++++++++- wells/urls.py | 2 + wells/views.py | 97 +++++++ 6 files changed, 668 insertions(+), 5 deletions(-) diff --git a/accounts/templates/accounts/customer_list.html b/accounts/templates/accounts/customer_list.html index 38f2fcc..24f5e5a 100644 --- a/accounts/templates/accounts/customer_list.html +++ b/accounts/templates/accounts/customer_list.html @@ -313,6 +313,153 @@ + + + + + +