From a6f23df7d5d758d96408c64d20f3d731bbc65f9d Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <yohann.danello@gmail.com> Date: Tue, 19 Jan 2021 11:58:19 +0100 Subject: [PATCH] Load the good translation file, fixes #85 Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com> --- note_kfet/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html index 77b3b19d..cd902d32 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 %} -- GitLab