Fix system admin dashboard layout template path
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% extends "base/layout.html" %}
|
{% extends "ui/templates/base/layout.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section class="space-y-6">
|
<section class="space-y-6">
|
||||||
<div class="rounded-3xl border border-slate-200 bg-white p-6 shadow-soft">
|
<div class="rounded-3xl border border-slate-200 bg-white p-6 shadow-soft">
|
||||||
@@ -95,3 +95,4 @@
|
|||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user