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 %} +