From a7fed00e8b7f9b4b0c0df16b28534656d95df3a1 Mon Sep 17 00:00:00 2001 From: yangjian Date: Mon, 16 Nov 2020 21:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=90=8E=E5=8F=B0=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/app_admin/admin_base.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/template/app_admin/admin_base.html b/template/app_admin/admin_base.html index 26e23cd..a672325 100644 --- a/template/app_admin/admin_base.html +++ b/template/app_admin/admin_base.html @@ -13,14 +13,10 @@ {% endblock %} -
-
- {% if debug %} -
当前站点处于Debug调试模式
- {% endif %} - -
-
+ {% if debug %} +
当前站点处于Debug调试模式
+ {% endif %} + {% block content %} {% endblock %}