diff --git a/pxy_dashboard/templates/pxy_dashboard/account/password_reset_from_key_done.html b/pxy_dashboard/templates/pxy_dashboard/account/password_reset_from_key_done.html
index b8c8d3d..ba4037d 100644
--- a/pxy_dashboard/templates/pxy_dashboard/account/password_reset_from_key_done.html
+++ b/pxy_dashboard/templates/pxy_dashboard/account/password_reset_from_key_done.html
@@ -8,7 +8,7 @@ class="loading authentication-bg"
{% endblock %}
{% block page_content %}
- {% include "partials/background.html" %}
+ {% include "pxy_dashboard/partials/background.html" %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/apps/apps-calendar.html b/pxy_dashboard/templates/pxy_dashboard/apps/apps-calendar.html
index 108536f..1051a4a 100644
--- a/pxy_dashboard/templates/pxy_dashboard/apps/apps-calendar.html
+++ b/pxy_dashboard/templates/pxy_dashboard/apps/apps-calendar.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Calendar{% endblock title %}
@@ -12,7 +12,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Apps" title="Calendar" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Apps" title="Calendar" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/apps/apps-chat.html b/pxy_dashboard/templates/pxy_dashboard/apps/apps-chat.html
index f39cb72..f1afe3a 100644
--- a/pxy_dashboard/templates/pxy_dashboard/apps/apps-chat.html
+++ b/pxy_dashboard/templates/pxy_dashboard/apps/apps-chat.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Chat{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Apps" title=" Chat" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Apps" title=" Chat" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/apps/apps-email-inbox.html b/pxy_dashboard/templates/pxy_dashboard/apps/apps-email-inbox.html
index 3880158..554cd63 100644
--- a/pxy_dashboard/templates/pxy_dashboard/apps/apps-email-inbox.html
+++ b/pxy_dashboard/templates/pxy_dashboard/apps/apps-email-inbox.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Inbox{% endblock title %}
@@ -14,7 +14,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Email" title="Inbox" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Email" title="Inbox" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/apps/apps-email-read.html b/pxy_dashboard/templates/pxy_dashboard/apps/apps-email-read.html
index 4fd0359..4c3ceee 100644
--- a/pxy_dashboard/templates/pxy_dashboard/apps/apps-email-read.html
+++ b/pxy_dashboard/templates/pxy_dashboard/apps/apps-email-read.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Email Read{% endblock title %}
@@ -13,7 +13,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Email" title="Email Read" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Email" title="Email Read" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/apps/apps-file-manager.html b/pxy_dashboard/templates/pxy_dashboard/apps/apps-file-manager.html
index 2ccf036..66d976f 100644
--- a/pxy_dashboard/templates/pxy_dashboard/apps/apps-file-manager.html
+++ b/pxy_dashboard/templates/pxy_dashboard/apps/apps-file-manager.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}File Manager{% endblock title %}
@@ -6,7 +6,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Apps" title="File Manager" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Apps" title="File Manager" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/apps/apps-kanban.html b/pxy_dashboard/templates/pxy_dashboard/apps/apps-kanban.html
index 1220b2c..4f9369d 100644
--- a/pxy_dashboard/templates/pxy_dashboard/apps/apps-kanban.html
+++ b/pxy_dashboard/templates/pxy_dashboard/apps/apps-kanban.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Kanban Board{% endblock title %}
@@ -701,7 +701,7 @@
-@@include('./partials/footer.html')
+@@include('./pxy_dashboard/partials/footer.html')
@@ -714,7 +714,7 @@
-@@include('./partials/right-sidebar.html')
+@@include('./pxy_dashboard/partials/right-sidebar.html')
diff --git a/pxy_dashboard/templates/pxy_dashboard/apps/apps-tasks-details.html b/pxy_dashboard/templates/pxy_dashboard/apps/apps-tasks-details.html
index 2dd2a56..500d58a 100644
--- a/pxy_dashboard/templates/pxy_dashboard/apps/apps-tasks-details.html
+++ b/pxy_dashboard/templates/pxy_dashboard/apps/apps-tasks-details.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Task Detail{% endblock title %}
@@ -6,7 +6,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Task" title="Task Detail" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Task" title="Task Detail" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/apps/apps-tasks.html b/pxy_dashboard/templates/pxy_dashboard/apps/apps-tasks.html
index 6898fce..0fccf66 100644
--- a/pxy_dashboard/templates/pxy_dashboard/apps/apps-tasks.html
+++ b/pxy_dashboard/templates/pxy_dashboard/apps/apps-tasks.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Tasks{% endblock title %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/accordions.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/accordions.html
index deabfbf..44d8028 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/accordions.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/accordions.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Accordions{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Accordions" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Accordions" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/alerts.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/alerts.html
index b51089a..f149ba6 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/alerts.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/alerts.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Alerts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Alerts" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Alerts" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/avatars.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/avatars.html
index faac272..70fd27c 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/avatars.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/avatars.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Avatars{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Avatars" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Avatars" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/badges.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/badges.html
index 573277c..13489bc 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/badges.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/badges.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Badges{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Badges" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Badges" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/breadcrumb.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/breadcrumb.html
index 8f00200..e2015a0 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/breadcrumb.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/breadcrumb.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Breadcrumb{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Breadcrumb" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Breadcrumb" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/buttons.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/buttons.html
index f36e418..6f50f26 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/buttons.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/buttons.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Buttons{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Buttons" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Buttons" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/cards.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/cards.html
index e8e149a..ffbb817 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/cards.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/cards.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Cards{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Cards" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Cards" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/carousel.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/carousel.html
index 9e13390..5e712e8 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/carousel.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/carousel.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}/
+{% extends "pxy_dashboard/partials/base.html" %}/
{% load static %}
{% block title %}Carousel{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Carousel" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Carousel" %}
{% endblock pagetitle %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/collapse.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/collapse.html
index 05b6738..d732d93 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/collapse.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/collapse.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Collapse{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Collapse" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Collapse" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/dropdowns.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/dropdowns.html
index fbd07b7..5709e3a 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/dropdowns.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/dropdowns.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Dropdowns{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Dropdowns" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Dropdowns" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/embed-video.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/embed-video.html
index d0e18e5..ccb2d33 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/embed-video.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/embed-video.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Embed Video{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Embed Video" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Embed Video" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/grid.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/grid.html
index 886dbe7..e5ed6a9 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/grid.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/grid.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Grid System{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Grid System" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Grid System" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/links.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/links.html
index c59fcab..c740d29 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/links.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/links.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Links{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Links" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Links" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/list-group.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/list-group.html
index aad8cf9..2e2d060 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/list-group.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/list-group.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}List Group{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="List Group" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="List Group" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/modals.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/modals.html
index e5b884b..396affb 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/modals.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/modals.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Modals{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Modals" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Modals" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/notifications.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/notifications.html
index ef6020c..b63d268 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/notifications.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/notifications.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Notifications{% endblock title %}
@@ -11,7 +11,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Notifications" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Notifications" %}
{% endblock pagetitle %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/offcanvas.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/offcanvas.html
index 7a1c7fa..8d9c04a 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/offcanvas.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/offcanvas.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Offcanvas{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Offcanvas" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Offcanvas" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/pagination.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/pagination.html
index 0c8dde6..b847f38 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/pagination.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/pagination.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Pagination{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Pagination" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Pagination" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/placeholders.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/placeholders.html
index 18cf94e..10f0c85 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/placeholders.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/placeholders.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Placeholders{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Placeholders" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Placeholders" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/popovers.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/popovers.html
index a564c6b..8b4c22f 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/popovers.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/popovers.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Popovers{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Popovers" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Popovers" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/progress.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/progress.html
index d09f53f..81f5bca 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/progress.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/progress.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Progress{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Progress" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Progress" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/spinners.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/spinners.html
index e648133..c3acd32 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/spinners.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/spinners.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Spinners{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Spinners" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Spinners" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/tabs.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/tabs.html
index 75f25ff..7acfa55 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/tabs.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/tabs.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Tabs{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Tabs" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Tabs" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/tooltips.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/tooltips.html
index 4d419db..f8b5e33 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/tooltips.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/tooltips.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Tooltips{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Tooltips" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Tooltips" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/typography.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/typography.html
index f66be58..0138834 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/typography.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/typography.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Typography{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Typography" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Typography" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/utilities.html b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/utilities.html
index 90f9280..f61d724 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/base-ui/utilities.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/base-ui/utilities.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Utilities{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Base UI" title="Utilitiess" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Base UI" title="Utilitiess" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-area.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-area.html
index 71c84b8..bc59aba 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-area.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-area.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Area Chart{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Apex" title="Area Charts" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Apex" title="Area Charts" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-bar.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-bar.html
index c45c9b1..40376fb 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-bar.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-bar.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Bar Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Bar Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Bar Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-boxplot.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-boxplot.html
index 4b64078..441caab 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-boxplot.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-boxplot.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Boxplot Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Boxplot Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Boxplot Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-bubble.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-bubble.html
index 8deae1d..3037c24 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-bubble.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-bubble.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Bubble Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Bubble Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Bubble Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-candlestick.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-candlestick.html
index 5c77e86..e725d4a 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-candlestick.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-candlestick.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Candlestick Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Candlestick Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Candlestick Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-column.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-column.html
index 23d1e20..983424d 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-column.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-column.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Column Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Column Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Column Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-heatmap.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-heatmap.html
index d7b630e..dc4da74 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-heatmap.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-heatmap.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Heatmap Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Heatmap Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Heatmap Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-line.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-line.html
index 4becd3a..1b65ca8 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-line.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-line.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Line Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Line Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Line Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-mixed.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-mixed.html
index c63dd0b..aa9efe4 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-mixed.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-mixed.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Mixed Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Mixed Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Mixed Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-pie.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-pie.html
index d40e123..e2b5c31 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-pie.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-pie.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Pie Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Pie Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Pie Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-polar-area.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-polar-area.html
index f113d53..6c3ed14 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-polar-area.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-polar-area.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Polar Area Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Polar Area Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Polar Area Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-radar.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-radar.html
index 2b20521..dbfcf2f 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-radar.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-radar.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Radar Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Radar Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Radar Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-radialbar.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-radialbar.html
index cee2b9c..d6c5bba 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-radialbar.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-radialbar.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex RadialBar Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="RadialBar Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="RadialBar Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-scatter.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-scatter.html
index de5cee1..c08a130 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-scatter.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-scatter.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Scatter Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Scatter Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Scatter Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-sparklines.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-sparklines.html
index 62da8d6..bc7a114 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-sparklines.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-sparklines.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Sparklines Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Sparklines Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Sparklines Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-timeline.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-timeline.html
index 48b3614..2671f9e 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-timeline.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-timeline.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Timeline Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Timeline Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Timeline Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-treemap.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-treemap.html
index 71b9f18..fd0c4e3 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-treemap.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/apex-charts/apex-treemap.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Apex Treemap Charts{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Treemap Charts" title="Apex" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Treemap Charts" title="Apex" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-area.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-area.html
index 742f3f4..bdb9abe 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-area.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-area.html
@@ -1,11 +1,11 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Chartjs{% endblock title %}
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Chartjs" title="Charts" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Chartjs" title="Charts" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-bar.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-bar.html
index aeea6b2..2ef2aff 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-bar.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-bar.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Chartjs{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Chartjs" title="Charts" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Chartjs" title="Charts" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-line.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-line.html
index 17ba1b9..7203676 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-line.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-line.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Chartjs{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Chartjs" title="Charts" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Chartjs" title="Charts" %}
{% endblock pagetitle %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-other.html b/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-other.html
index d959fa6..d1c0f61 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-other.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/charts/chartjs/chartjs-other.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Chartjs{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Chartjs" title="Charts" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Chartjs" title="Charts" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-dragula.html b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-dragula.html
index d02d386..7dcc10a 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-dragula.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-dragula.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Dragula{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Extended UI" title="Dragula" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Extended UI" title="Dragula" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-range-slider.html b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-range-slider.html
index 2fbd78b..f115789 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-range-slider.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-range-slider.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Range Slider{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Extended UI" title="Range Slider" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Extended UI" title="Range Slider" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-ratings.html b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-ratings.html
index b33d6e1..3bf5890 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-ratings.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-ratings.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Ratings{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Extended UI" title="Ratings" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Extended UI" title="Ratings" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-scrollbar.html b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-scrollbar.html
index 3e5efc6..ef0360c 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-scrollbar.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-scrollbar.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Scrollbar{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Extended UI" title="Scrollbar" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Extended UI" title="Scrollbar" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-scrollspy.html b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-scrollspy.html
index cc7ebf6..dc239b1 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-scrollspy.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/extended-ui/extended-scrollspy.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Scrollspy{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Extended UI" title="Scrollspy" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Extended UI" title="Scrollspy" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-advanced.html b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-advanced.html
index 066aa9d..969ef94 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-advanced.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-advanced.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Form Advanced{% endblock title %}
@@ -27,7 +27,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Forms" title="Form Advanced" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Forms" title="Form Advanced" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-editors.html b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-editors.html
index 3750006..2a90474 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-editors.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-editors.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Editors{% endblock title %}
@@ -14,7 +14,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Forms" title="Editors" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Forms" title="Editors" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-elements.html b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-elements.html
index 1e694c7..ad9fb1c 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-elements.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-elements.html
@@ -1,11 +1,11 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Form Elements{% endblock title %}
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Forms" title="Form Elements" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Forms" title="Form Elements" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-fileuploads.html b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-fileuploads.html
index 5bf582e..d741097 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-fileuploads.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-fileuploads.html
@@ -1,11 +1,11 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}File Uploads{% endblock title %}
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Forms" title="File Uploads" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Forms" title="File Uploads" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-validation.html b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-validation.html
index 7c08cae..a2c07da 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-validation.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-validation.html
@@ -1,11 +1,11 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Form Validation{% endblock title %}
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Forms" title="Form Validation" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Forms" title="Form Validation" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-wizard.html b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-wizard.html
index 003bed2..30d0d18 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/forms/form-wizard.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/forms/form-wizard.html
@@ -1,11 +1,11 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Form Wizard{% endblock title %}
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Forms" title="Form Wizard" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Forms" title="Form Wizard" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-bootstrap.html b/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-bootstrap.html
index eb9706c..e75dbb9 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-bootstrap.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-bootstrap.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Bootstrap Icons{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Icons" title="Bootstrap Icons" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Icons" title="Bootstrap Icons" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-material-symbol.html b/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-material-symbol.html
index 49f7570..c40dcba 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-material-symbol.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-material-symbol.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Material Symbols{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Icons" title="Material Symbols" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Icons" title="Material Symbols" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-remixicons.html b/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-remixicons.html
index 08f1ee9..5c6c6e1 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-remixicons.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/icons/icons-remixicons.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Remix Icons{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Icons" title="Remix Icons" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Icons" title="Remix Icons" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/maps/maps-google.html b/pxy_dashboard/templates/pxy_dashboard/components/maps/maps-google.html
index 0cedcf4..936c5f7 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/maps/maps-google.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/maps/maps-google.html
@@ -1,11 +1,11 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Google Maps{% endblock title %}
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Maps" title="Google Maps" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Maps" title="Google Maps" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/maps/maps-vector.html b/pxy_dashboard/templates/pxy_dashboard/components/maps/maps-vector.html
index 5dfdbaf..207e338 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/maps/maps-vector.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/maps/maps-vector.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Vector Maps{% endblock title %}
@@ -12,7 +12,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Maps" title="Vector Maps" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Maps" title="Vector Maps" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/tables/tables-basic.html b/pxy_dashboard/templates/pxy_dashboard/components/tables/tables-basic.html
index 878f5bd..e616458 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/tables/tables-basic.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/tables/tables-basic.html
@@ -1,11 +1,11 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Basic Tables{% endblock title %}
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Tables" title="Basic Tables" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Tables" title="Basic Tables" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/tables/tables-datatable.html b/pxy_dashboard/templates/pxy_dashboard/components/tables/tables-datatable.html
index c5aa28f..52d893e 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/tables/tables-datatable.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/tables/tables-datatable.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Datatables{% endblock title %}
@@ -17,7 +17,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Tables" title="Data Tables" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Tables" title="Data Tables" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/components/widgets/widgets.html b/pxy_dashboard/templates/pxy_dashboard/components/widgets/widgets.html
index 6c73614..98f60d0 100644
--- a/pxy_dashboard/templates/pxy_dashboard/components/widgets/widgets.html
+++ b/pxy_dashboard/templates/pxy_dashboard/components/widgets/widgets.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Widgets{% endblock title %}
@@ -8,7 +8,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Extras" title="Widgets" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Extras" title="Widgets" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-confirm-mail-2.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-confirm-mail-2.html
index bc2c085..e9fbb56 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-confirm-mail-2.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-confirm-mail-2.html
@@ -1,11 +1,11 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
-{% include "partials/title-meta.html" with title="Confirm Email" %}
+{% include "pxy_dashboard/partials/title-meta.html" with title="Confirm Email" %}
-{% include "partials/head-css.html" %}
+{% include "pxy_dashboard/partials/head-css.html" %}
@@ -98,7 +98,7 @@
-{% include "partials/footer-script.html" %}
+{% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-confirm-mail.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-confirm-mail.html
index cbcd239..8388673 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-confirm-mail.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-confirm-mail.html
@@ -1,16 +1,16 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
- {% include "partials/title-meta.html" with title="Confirm Email" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Confirm Email" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/background.html" %}
+ {% include "pxy_dashboard/partials/background.html" %}
@@ -66,7 +66,7 @@
© Jidox - Coderthemes.com
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-lock-screen-2.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-lock-screen-2.html
index c933fc3..a99b261 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-lock-screen-2.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-lock-screen-2.html
@@ -1,11 +1,11 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
-{% include "partials/title-meta.html" with title="Lock Screen" %}
+{% include "pxy_dashboard/partials/title-meta.html" with title="Lock Screen" %}
-{% include "partials/head-css.html" %}
+{% include "pxy_dashboard/partials/head-css.html" %}
@@ -111,7 +111,7 @@
-{% include "partials/footer-script.html" %}
+{% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-lock-screen.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-lock-screen.html
index 2c5ea92..bf5f96b 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-lock-screen.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-lock-screen.html
@@ -1,16 +1,16 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
- {% include "partials/title-meta.html" with title="Lock Screen" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Lock Screen" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/background.html" %}
+ {% include "pxy_dashboard/partials/background.html" %}
@@ -77,7 +77,7 @@
© Jidox - Coderthemes.com
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-login-2.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-login-2.html
index 65cdfe5..f33b454 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-login-2.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-login-2.html
@@ -1,11 +1,11 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
- {% include "partials/title-meta.html" with title="Log In" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Log In" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
@@ -132,7 +132,7 @@
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-login.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-login.html
index f4c4567..efea930 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-login.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-login.html
@@ -1,16 +1,16 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
- {% include "partials/title-meta.html" with title="Log In" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Log In" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/background.html" %}
+ {% include "pxy_dashboard/partials/background.html" %}
@@ -98,7 +98,7 @@
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-logout-2.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-logout-2.html
index 06891ae..9079a91 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-logout-2.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-logout-2.html
@@ -1,11 +1,11 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
- {% include "partials/title-meta.html" with title="Logout" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Logout" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
@@ -105,7 +105,7 @@
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-logout.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-logout.html
index 4184d10..f23ed83 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-logout.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-logout.html
@@ -1,16 +1,16 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
-{% include "partials/title-meta.html" with title="Logout" %}
+{% include "pxy_dashboard/partials/title-meta.html" with title="Logout" %}
-{% include "partials/head-css.html" %}
+{% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/background.html" %}
+ {% include "pxy_dashboard/partials/background.html" %}
@@ -72,7 +72,7 @@
-{% include "partials/footer-script.html" %}
+{% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-recoverpw-2.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-recoverpw-2.html
index 00b9b13..2b23d42 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-recoverpw-2.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-recoverpw-2.html
@@ -1,11 +1,11 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
- {% include "partials/title-meta.html" with title="Recover Password" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Recover Password" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
@@ -96,7 +96,7 @@
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-recoverpw.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-recoverpw.html
index 12617b1..6d4d9dc 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-recoverpw.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-recoverpw.html
@@ -1,16 +1,16 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
- {% include "partials/title-meta.html" with title="Recover Password" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Recover Password" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/background.html" %}
+ {% include "pxy_dashboard/partials/background.html" %}
@@ -72,7 +72,7 @@
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-register-2.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-register-2.html
index ef193e7..8019f71 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-register-2.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-register-2.html
@@ -1,11 +1,11 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
- {% include "partials/title-meta.html" with title="Register" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Register" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
@@ -136,7 +136,7 @@
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-register.html b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-register.html
index 3707dd3..6cea541 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-register.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/auth-pages/auth-register.html
@@ -1,16 +1,16 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
-{% include "partials/title-meta.html" with title="Register" %}
+{% include "pxy_dashboard/partials/title-meta.html" with title="Register" %}
-{% include "partials/head-css.html" %}
+{% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/background.html" %}
+ {% include "pxy_dashboard/partials/background.html" %}
@@ -92,7 +92,7 @@
-{% include "partials/footer-script.html" %}
+{% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-404-alt.html b/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-404-alt.html
index d3ecadd..ff92d53 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-404-alt.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-404-alt.html
@@ -1,11 +1,11 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Error 404{% endblock title %}
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Pages" title="404 Error" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Pages" title="404 Error" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-404.html b/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-404.html
index 86c8c07..3167e4c 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-404.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-404.html
@@ -1,16 +1,16 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
-{% include "partials/title-meta.html" with title="Error 404" %}
+{% include "pxy_dashboard/partials/title-meta.html" with title="Error 404" %}
-{% include "partials/head-css.html" %}
+{% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/background.html" %}
+ {% include "pxy_dashboard/partials/background.html" %}
@@ -54,7 +54,7 @@
© Attex - Coderthemes.com
-{% include "partials/footer-script.html" %}
+{% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-500.html b/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-500.html
index f95d493..3cb0eba 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-500.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/error-pages/error-500.html
@@ -1,16 +1,16 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
-{% include "partials/title-meta.html" with title="Error 500" %}
+{% include "pxy_dashboard/partials/title-meta.html" with title="Error 500" %}
-{% include "partials/head-css.html" %}
+{% include "pxy_dashboard/partials/head-css.html" %}
-{% include "partials/background.html" %}
+{% include "pxy_dashboard/partials/background.html" %}
@@ -57,7 +57,7 @@
© Jidox - Coderthemes.com
-{% include "partials/footer-script.html" %}
+{% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/compact.html b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/compact.html
index a70bfa2..b997d7c 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/compact.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/compact.html
@@ -4,22 +4,22 @@
- {% include "partials/title-meta.html" with title="Layout Compact" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Layout Compact" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/topbar.html" %}
+ {% include "pxy_dashboard/partials/topbar.html" %}
- {% include "partials/left-sidebar.html" %}
+ {% include "pxy_dashboard/partials/left-sidebar.html" %}
@@ -636,7 +636,7 @@
- {% include "partials/footer.html" %}
+ {% include "pxy_dashboard/partials/footer.html" %}
@@ -647,9 +647,9 @@
- {% include "partials/right-sidebar.html" %}
+ {% include "pxy_dashboard/partials/right-sidebar.html" %}
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/detached.html b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/detached.html
index b05bb47..c3cba94 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/detached.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/detached.html
@@ -4,22 +4,22 @@
- {% include "partials/title-meta.html" with title="Layout Detached" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Layout Detached" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/topbar.html" %}
+ {% include "pxy_dashboard/partials/topbar.html" %}
- {% include "partials/left-sidebar.html" %}
+ {% include "pxy_dashboard/partials/left-sidebar.html" %}
@@ -635,7 +635,7 @@
- {% include "partials/footer.html" %}
+ {% include "pxy_dashboard/partials/footer.html" %}
@@ -646,9 +646,9 @@
- {% include "partials/right-sidebar.html" %}
+ {% include "pxy_dashboard/partials/right-sidebar.html" %}
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/full.html b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/full.html
index c48d1d7..622c134 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/full.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/full.html
@@ -4,22 +4,22 @@
- {% include "partials/title-meta.html" with title="Layout Full" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Layout Full" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/topbar.html" %}
+ {% include "pxy_dashboard/partials/topbar.html" %}
- {% include "partials/left-sidebar.html" %}
+ {% include "pxy_dashboard/partials/left-sidebar.html" %}
@@ -671,7 +671,7 @@
- {% include "partials/footer.html" %}
+ {% include "pxy_dashboard/partials/footer.html" %}
@@ -682,9 +682,9 @@
- {% include "partials/right-sidebar.html" %}
+ {% include "pxy_dashboard/partials/right-sidebar.html" %}
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/fullscreen.html b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/fullscreen.html
index c0a395a..69fa9d5 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/fullscreen.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/fullscreen.html
@@ -4,22 +4,22 @@
- {% include "partials/title-meta.html" with title="Layout Fullscreen" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Layout Fullscreen" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/topbar.html" %}
+ {% include "pxy_dashboard/partials/topbar.html" %}
- {% include "partials/left-sidebar.html" %}
+ {% include "pxy_dashboard/partials/left-sidebar.html" %}
@@ -671,7 +671,7 @@
- {% include "partials/footer.html" %}
+ {% include "pxy_dashboard/partials/footer.html" %}
@@ -682,9 +682,9 @@
- {% include "partials/right-sidebar.html" %}
+ {% include "pxy_dashboard/partials/right-sidebar.html" %}
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/horizontal.html b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/horizontal.html
index 528dd02..3392205 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/horizontal.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/horizontal.html
@@ -4,22 +4,22 @@
- {% include "partials/title-meta.html" with title="Horizontal Layout" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Horizontal Layout" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/topbar.html" %}
+ {% include "pxy_dashboard/partials/topbar.html" %}
- {% include "partials/horizontal-nav.html" %}
+ {% include "pxy_dashboard/partials/horizontal-nav.html" %}
@@ -633,7 +633,7 @@
- {% include "partials/footer.html" %}
+ {% include "pxy_dashboard/partials/footer.html" %}
@@ -644,9 +644,9 @@
- {% include "partials/right-sidebar.html" %}
+ {% include "pxy_dashboard/partials/right-sidebar.html" %}
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/hover.html b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/hover.html
index c7dee21..79ef141 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/hover.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/hover.html
@@ -4,22 +4,22 @@
- {% include "partials/title-meta.html" with title="Layout Hover" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Layout Hover" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/topbar.html" %}
+ {% include "pxy_dashboard/partials/topbar.html" %}
- {% include "partials/left-sidebar.html" %}
+ {% include "pxy_dashboard/partials/left-sidebar.html" %}
@@ -635,7 +635,7 @@
- {% include "partials/footer.html" %}
+ {% include "pxy_dashboard/partials/footer.html" %}
@@ -646,9 +646,9 @@
- {% include "partials/right-sidebar.html" %}
+ {% include "pxy_dashboard/partials/right-sidebar.html" %}
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/icon-view.html b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/icon-view.html
index e0d7497..1bed13e 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/layouts/icon-view.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/layouts/icon-view.html
@@ -4,22 +4,22 @@
- {% include "partials/title-meta.html" with title="Layout Icon View" %}
+ {% include "pxy_dashboard/partials/title-meta.html" with title="Layout Icon View" %}
- {% include "partials/head-css.html" %}
+ {% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/topbar.html" %}
+ {% include "pxy_dashboard/partials/topbar.html" %}
- {% include "partials/left-sidebar.html" %}
+ {% include "pxy_dashboard/partials/left-sidebar.html" %}
@@ -637,7 +637,7 @@
- {% include "partials/footer.html" %}
+ {% include "pxy_dashboard/partials/footer.html" %}
@@ -648,9 +648,9 @@
- {% include "partials/right-sidebar.html" %}
+ {% include "pxy_dashboard/partials/right-sidebar.html" %}
- {% include "partials/footer-script.html" %}
+ {% include "pxy_dashboard/partials/footer-script.html" %}
{% block extra_js %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-faq.html b/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-faq.html
index bf65cde..8898a23 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-faq.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-faq.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}FAQ{% endblock title %}
@@ -6,7 +6,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Pages" title="FAQ" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Pages" title="FAQ" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-invoice.html b/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-invoice.html
index 1165fdf..b34148e 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-invoice.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-invoice.html
@@ -1,4 +1,4 @@
-{% extends "partials/base.html" %}
+{% extends "pxy_dashboard/partials/base.html" %}
{% load static %}
{% block title %}Invoice{% endblock title %}
@@ -6,7 +6,7 @@
{% block pagetitle %}
-{% include "partials/page-title.html" with pagetitle="Pages" title="Invoice" %}
+{% include "pxy_dashboard/partials/page-title.html" with pagetitle="Pages" title="Invoice" %}
{% endblock pagetitle %}
{% block content %}
diff --git a/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-maintenance.html b/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-maintenance.html
index 0d900f4..8235148 100644
--- a/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-maintenance.html
+++ b/pxy_dashboard/templates/pxy_dashboard/custom/pages/pages-maintenance.html
@@ -1,11 +1,11 @@
{% load static %}
-{% include "partials/main.html" %}
+{% include "pxy_dashboard/partials/main.html" %}
-{% include "partials/head-css.html" %}
+{% include "pxy_dashboard/partials/head-css.html" %}
- {% include "partials/background.html" %}
+ {% include "pxy_dashboard/partials/background.html" %}