From 14b8df7c138301220a4936a2285dd9cefa6e9d36 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Fri, 7 Oct 2022 20:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DPTools=E7=AB=99=E7=82=B9logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin/index.html | 2 +- templates/admin/login.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/admin/index.html b/templates/admin/index.html index 42aa5a0..6cd97f3 100755 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -11,7 +11,7 @@ - + {% block title %} diff --git a/templates/admin/login.html b/templates/admin/login.html index 07607a3..4ad9c6d 100755 --- a/templates/admin/login.html +++ b/templates/admin/login.html @@ -12,6 +12,8 @@ + + {% block title %} {{ site_title }}-{% trans 'Log in' %} {% endblock %}