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 -1
View File
@@ -2,7 +2,7 @@
{% extends 'base.html' %}
{% load static %}
{% block title %}首页 - 长白山消防救援支队{% endblock %}
{% block title %}首页 - {% endblock %}
{% block content %}
<!-- 顶部横幅 -->
@@ -66,6 +66,7 @@
<div class="row">
{% for section in section_data %}
{# <todo><div class="col-6 {% if forloop.last and not sections|length|divisibleby:2 %}col-md-12{% endif %}"</todo>#}
<div class="col-md-6 col-sm-12" style="margin: 15px auto">
{% url "front:main_list" main=section.key as card_more_url %}
{% include 'components/_news_card.html' with data=section.data unique_id=section.key more_url=card_more_url %}