current.njk JS error and Loading string

This commit is contained in:
vincep5
2019-01-17 08:54:16 -06:00
parent 29384c2ba3
commit 2e03868021
4 changed files with 7 additions and 6 deletions

View File

@@ -65,9 +65,9 @@
{% endif %}
{% else %}
<div class="dimmed light small">
{{ "LOADING" | translate }}
{{ "LOADING" | translate | safe }}
</div>
{% endif %}
<!-- Unclomment the line below to see the contents of the `current` object. -->
<!-- Uncomment the line below to see the contents of the `current` object. -->
<!-- <div style="word-wrap:break-word" class="xsmall dimmed">{{current | dump}}</div> -->