misc: don't use addtoblock to add js_seconds_until.js (#25346)

This commit is contained in:
Frédéric Péters 2018-07-18 21:37:02 +02:00
parent 6235bc1782
commit e87ba08146
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@
{% endif %}
</div>
{% addtoblock "js-endpage" %}<script type="text/javascript" src="{% static "authentic2/js/js_seconds_until.js" %}"></script>{% endaddtoblock %}
<script type="text/javascript" src="{% static "authentic2/js/js_seconds_until.js" %}" async></script>