From 056c4b7023f66b204e416263ef6c1260ac587745 Mon Sep 17 00:00:00 2001 From: zhengxinonly Date: Fri, 19 Nov 2021 22:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=A4=E9=94=80=E5=88=A0=E9=99=A4=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin/common/footer.html | 2 ++ templates/admin/common/header.html | 5 +++ templates/admin/users/profile.html | 52 ++++++++++++++---------------- templates/errors/403.html | 6 ++-- templates/errors/404.html | 6 ++-- templates/errors/500.html | 6 ++-- 6 files changed, 41 insertions(+), 36 deletions(-) create mode 100644 templates/admin/common/footer.html create mode 100644 templates/admin/common/header.html diff --git a/templates/admin/common/footer.html b/templates/admin/common/footer.html new file mode 100644 index 0000000..95923d4 --- /dev/null +++ b/templates/admin/common/footer.html @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/templates/admin/common/header.html b/templates/admin/common/header.html new file mode 100644 index 0000000..b717e72 --- /dev/null +++ b/templates/admin/common/header.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/templates/admin/users/profile.html b/templates/admin/users/profile.html index 201581d..c577995 100644 --- a/templates/admin/users/profile.html +++ b/templates/admin/users/profile.html @@ -188,36 +188,34 @@