update templates/admin/console/console.html.

修复URL拼接错误,在flask 2.2.2中,不修改的话会报如下错误:
127.0.0.1 - - [23/Jan/2023 23:07:45] "GET /static//admin/admin/css/other/console1.css HTTP/1.1" 308 -

Signed-off-by: Teishorin <shandongdxl2004@126.com>
This commit is contained in:
Teishorin
2023-01-23 15:10:42 +00:00
committed by Gitee
parent fd42cae20f
commit f1fc957e3d
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<title>首页</title>
{% include 'admin/common/header.html' %}
<link rel="stylesheet" href="{{ url_for('static', filename='/admin/admin/css/other/console1.css') }}"/>
<link rel="stylesheet" href="{{ url_for('static', filename='admin/admin/css/other/console1.css') }}"/>
<!-- 主 题 更 换 -->
<style id="pearadmin-bg-color"></style>