From 7ecb368488396fcc4cce96bb1236fe1b4250fff0 Mon Sep 17 00:00:00 2001 From: pa2g3nmk9 <3474779149@qq.com> Date: Sun, 19 Oct 2025 17:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/DjangoBlog-master/tem?= =?UTF-8?q?plates/share=5Flayout/base=5Faccount.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/share_layout/base_account.html | 37 ++++++++++++------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/src/DjangoBlog-master/templates/share_layout/base_account.html b/src/DjangoBlog-master/templates/share_layout/base_account.html index c00d842..53a98fb 100644 --- a/src/DjangoBlog-master/templates/share_layout/base_account.html +++ b/src/DjangoBlog-master/templates/share_layout/base_account.html @@ -5,30 +5,37 @@ - + - - {{ SITE_NAME }} | {{ SITE_DESCRIPTION }} + + {{ SITE_NAME }} |{{ SITE_DESCRIPTION }} + + + {% load compress %} {% compress css %} - + + - + - + - + {% endcompress %} + {% compress js %} + {% endcompress %} - + + + + {% block content %} + {% endblock %} + - - + + + + \ No newline at end of file