mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +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 %}
|
||||
{% if announcement %}
|
||||
<div class="container text-center announcement">
|
||||
<div class="container text-center announcement alert alert-warning">
|
||||
{{ announcement | safe }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user