From b58a0c43cd54b754971df4c2ec50b2f015d07458 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <yohann.danello@gmail.com>
Date: Sun, 15 Nov 2020 22:53:00 +0100
Subject: [PATCH] Include auto-generated javascript translation file

---
 note_kfet/templates/base.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html
index 79ea6ea9..d77e1fa8 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 }}
-- 
GitLab