We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b339824 commit a2aad99Copy full SHA for a2aad99
1 file changed
dojo/templates/base.html
@@ -665,6 +665,11 @@
665
{{ announcement.message|bleach_with_a_tags }}
666
</div>
667
{% endif %}
668
+ {% for banner in additional_banners %}
669
+ <div role="alert" class="announcement-banner alert alert-{{ banner.style }} show">
670
+ {{ banner.message }} <a href="{{ banner.url }}">{{ banner.link_text }}</a>
671
+ </div>
672
+ {% endfor %}
673
<div class="container-fluid">
674
<!-- start of tabs -->
675
{% block tab_bar %}
0 commit comments