diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html index 79ea6ea984ff77056abae5e65042cc6270ae1146..d77e1fa8b9f4718d44a52efa85a5cdac67692f41 100644 --- a/note_kfet/templates/base.html +++ b/note_kfet/templates/base.html @@ -38,6 +38,9 @@ SPDX-License-Identifier: GPL-3.0-or-later <script src="{% static "js/base.js" %}"></script> <script src="{% static "js/konami.js" %}"></script> + {# Translation in javascript files #} + <script src="{% url "javascript-catalog" %}"></script> + {# If extra ressources are needed for a form, load here #} {% if form.media %} {{ form.media }}