Merge pull request #2570 from consideRatio/announcements-css

Make announcements visible without custom HTML
This commit is contained in:
Min RK
2019-06-07 12:54:45 +02:00
committed by GitHub

View File

@@ -148,7 +148,7 @@
{% block announcement %} {% block announcement %}
{% if announcement %} {% if announcement %}
<div class="container text-center announcement"> <div class="container text-center announcement alert alert-warning">
{{ announcement | safe }} {{ announcement | safe }}
</div> </div>
{% endif %} {% endif %}