From 950f4d29033d97652cdd27affe992e332f4ec0cc Mon Sep 17 00:00:00 2001 From: Horilla Date: Fri, 9 May 2025 12:21:16 +0530 Subject: [PATCH] [UPDT] BASE: Updated base app by adding empty style for html file --- .../rotating_shift_assign_empty.html | 21 ++++++------------- .../rotating_work_type_assign_empty.html | 21 ++++++------------- .../shift_request/htmx/empty_request.html | 19 +++++------------ .../work_type_request/htmx/empty_request.html | 19 +++++------------ 4 files changed, 22 insertions(+), 58 deletions(-) diff --git a/base/templates/base/rotating_shift/rotating_shift_assign_empty.html b/base/templates/base/rotating_shift/rotating_shift_assign_empty.html index eb015253e..60a9de771 100644 --- a/base/templates/base/rotating_shift/rotating_shift_assign_empty.html +++ b/base/templates/base/rotating_shift/rotating_shift_assign_empty.html @@ -1,17 +1,8 @@ {% load static %}{% load i18n %} -
-
-
-
- -
- {% trans "There are currently no employees assigned to rotating shifts to be considered." %} -
-
-
-
+
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "No Employees Assigned to Rotating Shifts." %}

+
diff --git a/base/templates/base/rotating_work_type/rotating_work_type_assign_empty.html b/base/templates/base/rotating_work_type/rotating_work_type_assign_empty.html index 3f516d732..20e8f1b47 100644 --- a/base/templates/base/rotating_work_type/rotating_work_type_assign_empty.html +++ b/base/templates/base/rotating_work_type/rotating_work_type_assign_empty.html @@ -1,17 +1,8 @@ {% load static %}{% load i18n %} -
-
-
-
- -
- {% trans "There are currently no employees assigned to work type to be considered." %} -
-
-
-
+
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "No Employees Assigned to Rotating Work Types." %}

+
diff --git a/base/templates/shift_request/htmx/empty_request.html b/base/templates/shift_request/htmx/empty_request.html index af5676038..8bd374451 100644 --- a/base/templates/shift_request/htmx/empty_request.html +++ b/base/templates/shift_request/htmx/empty_request.html @@ -1,17 +1,8 @@ {% load static %}{% load i18n %} -
-
-
-
- -
- {% trans "There are currently no shift requests to consider." %} -
-
+
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "There are currently no shift requests to consider." %}

-
diff --git a/base/templates/work_type_request/htmx/empty_request.html b/base/templates/work_type_request/htmx/empty_request.html index d3ab54cb4..9ec8165c0 100644 --- a/base/templates/work_type_request/htmx/empty_request.html +++ b/base/templates/work_type_request/htmx/empty_request.html @@ -1,17 +1,8 @@ {% load static %}{% load i18n %} -
-
-
-
- -
- {% trans "There are currently no work type requests to consider." %} -
-
+
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "There are currently no work type requests to consider." %}

-