Removed |safe from translates in the default module templates

This commit is contained in:
Dan Forsyth 2021-01-20 14:06:00 -05:00
parent ad9c2549bc
commit 33592b3c0e
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
{% endif %}
{% else %}
<div class="dimmed light small">
{{ "LOADING" | translate | safe }}
{{ "LOADING" | translate }}
</div>
{% endif %}

View File

@ -35,7 +35,7 @@
</table>
{% else %}
<div class="dimmed light small">
{{ "LOADING" | translate | safe }}
{{ "LOADING" | translate }}
</div>
{% endif %}