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 %}