Removed |safe from translates in the default module templates

This commit is contained in:
Dan Forsyth
2021-01-20 13:47:32 -05:00
parent 5152e0b114
commit ad9c2549bc

View File

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