2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

Mark injected strings as safe

This commit is contained in:
Oliver Walters
2022-04-27 22:09:25 +10:00
parent 518e0743cb
commit fc3b062188
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
{% if navbar_message %}
{% include "spacer.html" %}
<div class='flex justify-content-center'>
{{ navbar_message }}
{{ navbar_message | safe }}
</div>
{% include "spacer.html" %}
{% include "spacer.html" %}