Fix system admin dashboard layout template path

This commit is contained in:
A R R R Associates
2026-07-03 17:21:55 +05:30
parent 498a2dfb56
commit eb193dd52b
@@ -1,4 +1,4 @@
{% extends "base/layout.html" %}
{% extends "ui/templates/base/layout.html" %}
{% block content %}
<section class="space-y-6">
<div class="rounded-3xl border border-slate-200 bg-white p-6 shadow-soft">
@@ -95,3 +95,4 @@
})();
</script>
{% endblock %}