From f35df1e1e43fb691cbc345549f48cb6048fe2e5a Mon Sep 17 00:00:00 2001 From: yangjian Date: Fri, 4 Dec 2020 19:01:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/app_admin/admin_base.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/template/app_admin/admin_base.html b/template/app_admin/admin_base.html index cf68dff..e5570f1 100644 --- a/template/app_admin/admin_base.html +++ b/template/app_admin/admin_base.html @@ -15,10 +15,23 @@ {% if debug %} -
当前站点处于Debug调试模式
+
+
+
+
当前站点处于Debug调试模式
+
+
+
{% endif %} - - {% block content %} + + {% block content %} {% endblock %}