15872 don't escape BANNER_MAINTENANCE

This commit is contained in:
Arthur 2024-04-29 07:37:03 -07:00
parent 49be9e61ac
commit cc3dc42327

View File

@ -81,7 +81,7 @@ Blocks:
{% if config.MAINTENANCE_MODE and config.BANNER_MAINTENANCE %} {% if config.MAINTENANCE_MODE and config.BANNER_MAINTENANCE %}
<div class="alert alert-warning text-center mx-3" role="alert"> <div class="alert alert-warning text-center mx-3" role="alert">
<h5><i class="mdi mdi-alert"></i> {% trans "Maintenance Mode" %}</h5> <h5><i class="mdi mdi-alert"></i> {% trans "Maintenance Mode" %}</h5>
{{ config.BANNER_MAINTENANCE }} {{ config.BANNER_MAINTENANCE|safe }}
</div> </div>
{% endif %} {% endif %}