From 0ef9020d3b38a5b75797c4a7478b48c42522d6b0 Mon Sep 17 00:00:00 2001 From: Matt Hills Date: Mon, 20 Oct 2025 18:26:49 -0400 Subject: [PATCH] Fix tenant deletion page not found error and improve delete confirmation - Fixed incorrect route path from /tenant/{id}/delete to /{id}/delete - Replaced browser confirm() dialog with Bootstrap modal for better UX - Added styled confirmation modal with warning message - Modal displays tenant name and ID before deletion --- src/app/templates/tenant_selection.html | 61 ++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 7 deletions(-) diff --git a/src/app/templates/tenant_selection.html b/src/app/templates/tenant_selection.html index 23f5371..7540360 100644 --- a/src/app/templates/tenant_selection.html +++ b/src/app/templates/tenant_selection.html @@ -119,10 +119,10 @@ -
- + +
@@ -198,6 +198,35 @@ {% endfor %} + + +