don't use addtoblock template tag (#25395)

This commit is contained in:
Emmanuel Cazenave 2018-07-20 11:31:45 +02:00
parent 125169d005
commit 24093ac08b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% load i18n authentic2 staticfiles %}
{% load i18n staticfiles %}
<h2>Je midentifie et me connecte avec mes identifiants</h2>
<form method="post" action="">
{% csrf_token %}
@ -13,4 +13,4 @@
</div>
</form>
{% 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>