update. 处理部分敏感数据

This commit is contained in:
2026-04-01 21:10:14 +08:00
parent 43f4bd0165
commit 55de48dc12
6 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>{% block title %}长白山消防救援支队{% endblock %}</title>
<title>{% block title %}{% endblock %}XXXXXXX官网</title>
<link rel="stylesheet" href="{% static 'css/style.css' %}">
@@ -19,7 +19,7 @@
<div class="header-container flex">
<img src="{% static 'images/logo.png' %}" class="logo" alt="">
<div>
<h1>长白山消防救援支队</h1>
<h1>XXXXXXX官网</h1>
<p>CHANGBAI MOUNTAIN FIRE AND RESCUE BRIGADE</p>
</div>
</div>