From f30135dfd853e317a200e47bf8d1a9ea27bc9f2b Mon Sep 17 00:00:00 2001 From: xdqw166 Date: Mon, 17 Nov 2025 20:17:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86base=20html=E7=9A=84?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DjangoBlog/templates/share_layout/base.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/DjangoBlog/templates/share_layout/base.html b/src/DjangoBlog/templates/share_layout/base.html index 7defcac..666ce06 100644 --- a/src/DjangoBlog/templates/share_layout/base.html +++ b/src/DjangoBlog/templates/share_layout/base.html @@ -116,7 +116,7 @@ - +
{% if user.is_authenticated %}
@@ -125,17 +125,18 @@ {{ user.username }}
{% else %} - {% endif %}