|
@@ -59,7 +59,7 @@
|
|
|
</nav>
|
|
</nav>
|
|
|
|
|
|
|
|
{% if config.BANNER_TOP %}
|
|
{% if config.BANNER_TOP %}
|
|
|
- <div class="alert alert-info text-center mx-3" role="alert">
|
|
|
|
|
|
|
+ <div class="text-center mx-3">
|
|
|
{{ config.BANNER_TOP|safe }}
|
|
{{ config.BANNER_TOP|safe }}
|
|
|
</div>
|
|
</div>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
@@ -99,7 +99,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
{% if config.BANNER_BOTTOM %}
|
|
{% if config.BANNER_BOTTOM %}
|
|
|
- <div class="alert alert-info text-center mx-3" role="alert">
|
|
|
|
|
|
|
+ <div class="text-center mx-3">
|
|
|
{{ config.BANNER_BOTTOM|safe }}
|
|
{{ config.BANNER_BOTTOM|safe }}
|
|
|
</div>
|
|
</div>
|
|
|
{% endif %}
|
|
{% endif %}
|