JS was broken, please close your HTML tags

This commit is contained in:
Yohann D'ANELLO 2020-09-13 23:18:00 +02:00
parent 36a980555b
commit f89234b69a
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<script> <script>
CSRF_TOKEN = "{{ csrf_token }}"; CSRF_TOKEN = "{{ csrf_token }}";
$(".invalid-feedback").addClass("d-block"); $(".invalid-feedback").addClass("d-block");
<script> </script>
{% block extrajavascript %}{% endblock %} {% block extrajavascript %}{% endblock %}
</body> </body>