diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html index 77b3b19dcc5cf5dc487592720d57a462a381c7ff..cd902d329a7d86e6156d42cdb3cbcc75e195d845 100644 --- a/note_kfet/templates/base.html +++ b/note_kfet/templates/base.html @@ -39,7 +39,7 @@ SPDX-License-Identifier: GPL-3.0-or-later <script src="{% static "js/konami.js" %}"></script> {# Translation in javascript files #} - <script src="{% static "js/jsi18n/jsi18n."|add:LANGUAGE_CODE|add:".js" %}"></script> + <script src="{% static "js/jsi18n/"|add:LANGUAGE_CODE|add:".js" %}"></script> {# If extra ressources are needed for a form, load here #} {% if form.media %}