From 72904041923deac3cd628bc69953523385ebcb25 Mon Sep 17 00:00:00 2001 From: Horilla Date: Wed, 27 Nov 2024 11:02:26 +0530 Subject: [PATCH] [RMV] HORILLA VIEWS: Debug delete button --- .../templates/generic/components.html | 3 -- .../generic/delete_confirmation.html | 28 +++++++++---------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/horilla_views/templates/generic/components.html b/horilla_views/templates/generic/components.html index b58a4d4ab..8a7915c7d 100644 --- a/horilla_views/templates/generic/components.html +++ b/horilla_views/templates/generic/components.html @@ -3,9 +3,6 @@ -
- +
@@ -31,7 +31,7 @@ margin: 0; padding-left: 1.2rem; } - + .check-list li { position: relative; list-style-type: none; @@ -45,7 +45,7 @@ .oh-inner-sidebar__link{ cursor: pointer; } - + /* Checkmark styling */ .check-list li:not(li.x-marked):before { content: ''; @@ -61,7 +61,7 @@ transform-origin: bottom left; transform: rotate(45deg); } - + /* X-mark styling */ .check-list .x-marked:before { content: ''; @@ -87,7 +87,7 @@ ); } - +
{% trans "Deleting the record" %} '{{delete_object}}' {% trans "would require managing the following related objects:" %} @@ -142,7 +142,7 @@
@@ -151,8 +151,8 @@
-
- +
+
{% for key in model_map.keys %}
@@ -172,13 +172,13 @@
- {% endfor %} - {% endwith %} + {% endfor %} + {% endwith %}
@@ -205,7 +205,7 @@ \ No newline at end of file +