From 9f4559319455cd6b54437c01aeff0d15f82b76ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=85=A7?= <2965967549@qq.com> Date: Sat, 11 Oct 2025 22:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/oauth/require_email.html | 29 +++++++++++++------ 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/src/DjangoBlog-master/templates/oauth/require_email.html b/src/DjangoBlog-master/templates/oauth/require_email.html index 3adef12..c4ed392 100644 --- a/src/DjangoBlog-master/templates/oauth/require_email.html +++ b/src/DjangoBlog-master/templates/oauth/require_email.html @@ -1,32 +1,43 @@ +{# 继承项目中通用的账户页面布局模板,确保页面风格、公共组件(如导航、页脚)的一致性 #} {% extends 'share_layout/base_account.html' %} +{# 加载Django静态文件标签库,用于引入CSS、JavaScript、图片等静态资源 #} {% load static %} -{% block content %} -