diff --git a/applications/templates/admin/common/footer.html b/applications/templates/common/footer.html similarity index 100% rename from applications/templates/admin/common/footer.html rename to applications/templates/common/footer.html diff --git a/applications/templates/admin/common/header.html b/applications/templates/common/header.html similarity index 100% rename from applications/templates/admin/common/header.html rename to applications/templates/common/header.html diff --git a/applications/templates/admin/department/add.html b/applications/templates/department/add.html similarity index 98% rename from applications/templates/admin/department/add.html rename to applications/templates/department/add.html index 27a4484..36db667 100644 --- a/applications/templates/admin/department/add.html +++ b/applications/templates/department/add.html @@ -2,7 +2,7 @@ 部门管理 - {% include 'admin/common/header.html' %} + {% include 'common/header.html' %}
@@ -80,7 +80,7 @@
-{% include 'admin/common/footer.html' %} +{% include 'common/footer.html' %} -{% include 'admin/common/footer.html' %} +{% include 'common/footer.html' %} -{% include 'admin/common/footer.html' %} +{% include 'common/footer.html' %} -{% include 'admin/common/footer.html' %} +{% include 'common/footer.html' %} -{% include 'admin/common/footer.html' %} +{% include 'common/footer.html' %} -{% include 'admin/common/footer.html' %} +{% include 'common/footer.html' %}