mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 23:42:59 +00:00
Merge pull request #2570 from consideRatio/announcements-css
Make announcements visible without custom HTML
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user