diff --git a/common/templates/base.html b/common/templates/base.html
index 4b4c6b72d0..e77198c767 100644
--- a/common/templates/base.html
+++ b/common/templates/base.html
@@ -386,6 +386,9 @@
+ {% if announcement_content_enabled %}
+
{{announcement_content}}
+ {% endif %}
{% block content %}
{% endblock content %}
diff --git a/common/templates/config.html b/common/templates/config.html
index de9910eb43..1779f5cbc8 100755
--- a/common/templates/config.html
+++ b/common/templates/config.html
@@ -1016,6 +1016,31 @@
其他配置
+