From eb193dd52bb2115291965d8c63fbb922f65e02d6 Mon Sep 17 00:00:00 2001 From: A R R R Associates Date: Fri, 3 Jul 2026 17:21:55 +0530 Subject: [PATCH] Fix system admin dashboard layout template path --- .../templates/system_admin_dashboard/dashboard.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/modules/system_admin_dashboard/templates/system_admin_dashboard/dashboard.html b/app/modules/system_admin_dashboard/templates/system_admin_dashboard/dashboard.html index fac4b9f..46b21c6 100644 --- a/app/modules/system_admin_dashboard/templates/system_admin_dashboard/dashboard.html +++ b/app/modules/system_admin_dashboard/templates/system_admin_dashboard/dashboard.html @@ -1,4 +1,4 @@ -{% extends "base/layout.html" %} +{% extends "ui/templates/base/layout.html" %} {% block content %}
@@ -95,3 +95,4 @@ })(); {% endblock %} +