1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Test turbolinks

This commit is contained in:
Yohann D'ANELLO
2020-02-21 15:24:29 +01:00
parent 12d7ddfa30
commit 5977d88ed6
3 changed files with 8 additions and 0 deletions

View File

@ -149,6 +149,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script
src="/static/turbolinks/turbolinks.js"
crossorigin="anonymous"></script>
{% block extrajavascript %}
{% endblock extrajavascript %}
</body>