From d694c9e320c75563fbf17bf40c5799270fef16a4 Mon Sep 17 00:00:00 2001 From: Horilla Date: Mon, 22 Sep 2025 10:13:04 +0530 Subject: [PATCH] [UPDT] EMPLOYEE: Updated hour account and resignation tab into using generic list table --- .../cbv/resignation/resignation_tab.html | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/offboarding/templates/cbv/resignation/resignation_tab.html b/offboarding/templates/cbv/resignation/resignation_tab.html index 22c57dafa..7aca595fc 100644 --- a/offboarding/templates/cbv/resignation/resignation_tab.html +++ b/offboarding/templates/cbv/resignation/resignation_tab.html @@ -1,14 +1,19 @@ - {% load i18n %}
- {% if enabled_resignation_request %} - -{% endif %} -
-{% include "generic/horilla_list.html" %} + {% if enabled_resignation_request %} + + {% endif %} +
+ {% include "generic/horilla_list_table.html" %}