update. 处理部分敏感数据
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}单位简介{% endblock %}
|
||||
{% block title %}单位简介 - {% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}{{ main_section.title }} - 长白山消防救援支队{% endblock %}
|
||||
{% block title %}{{ main_section.title }} - {% endblock %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<nav aria-label="breadcrumb" style="margin-left: -10px;">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}{{ main_section.title }} - 长白山消防救援支队{% endblock %}
|
||||
{% block title %}{{ main_section.title }} - {% endblock %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<nav aria-label="breadcrumb" style="margin-left: -10px;">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}新闻中心{% endblock %}
|
||||
{% block title %}新闻中心 - {% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user