diff --git a/resources/Makefile.am b/resources/Makefile.am
index 04d61d9d0847bf9bee5c74490fa530984f8c188c..d52cbf41e973416d4efad41e30c516b4e6064564 100644
--- a/resources/Makefile.am
+++ b/resources/Makefile.am
@@ -38,7 +38,7 @@ nobase_www_DATA = \
 	images/geant_logo_rgb_300dpi.jpg \
 	account-manager.js \
 	jquery-3.3.1.min.js \
-	jquery.cookie-1.4.1.min.js \
+	jquery-cookie-1.4.1.min.js \
 	jquery.steps.1.1.0.min.js \
 	jquery.steps.css \
 	jquery-ui-1.11.1/images/ui-bg_diagonals-thick_18_b81900_40x40.png \
diff --git a/resources/jquery.cookie-1.4.1.min.js b/resources/jquery-cookie-1.4.1.min.js
similarity index 100%
rename from resources/jquery.cookie-1.4.1.min.js
rename to resources/jquery-cookie-1.4.1.min.js
diff --git a/templates/web/en/index.tt2.html b/templates/web/en/index.tt2.html
index 19f2ee658c7c92b48039e8b5a99ef9e5b598a9f1..91960147622fb9853e9fc1403c55ec9c3c3c2247 100644
--- a/templates/web/en/index.tt2.html
+++ b/templates/web/en/index.tt2.html
@@ -13,10 +13,10 @@
         <link rel="stylesheet" type="text/css" href="jquery-ui-1.11.1/jquery-ui.min.css" />
         <link rel="stylesheet" type="text/css" href="css/style.css" />
 
-        <script type="text/javascript" src="jquery-1.11.1.min.js"></script>
+        <script type="text/javascript" src="jquery-3.3.1.min.js"></script>
+        <script type="text/javascript" src="jquery-cookie-1.4.1.min.js"></script>
         <script type="text/javascript" src="jquery-ui-1.11.1/jquery-ui.min.js"></script>
         <script type="text/javascript" src="jquery.validate.1.13.0.min.js"></script>
-        <script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script>
         <script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script>
         <script type="text/javascript" src="account-manager.js"></script>
 
diff --git a/templates/web/fr/index.tt2.html b/templates/web/fr/index.tt2.html
index 402e4b8cc580b6676d7273069f06fd58f5b905c8..4d3f082cf02c027622d8822ffad836bd5dd9676c 100644
--- a/templates/web/fr/index.tt2.html
+++ b/templates/web/fr/index.tt2.html
@@ -14,9 +14,9 @@
         <link rel="stylesheet" type="text/css" href="css/style.css" />
 
         <script type="text/javascript" src="jquery-3.3.1.min.js"></script>
+        <script type="text/javascript" src="jquery-cookie-1.4.1.min.js"></script>
         <script type="text/javascript" src="jquery-ui-1.11.1/jquery-ui.min.js"></script>
         <script type="text/javascript" src="jquery.validate.1.13.0.min.js"></script>
-        <script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script>
         <script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script>
         <script type="text/javascript" src="account-manager.js"></script>