diff --git a/scipost/static/scipost/assets/js/scripts.js b/scipost/static/scipost/assets/js/scripts.js
index 31e9384a2a3542b6ccf449dfe5e311dc712558fe..35883ec42ba87948933db9c2d3973914f7b41b2a 100644
--- a/scipost/static/scipost/assets/js/scripts.js
+++ b/scipost/static/scipost/assets/js/scripts.js
@@ -44,6 +44,8 @@ function init_page() {
     $('[data-toggle="toggle"]').on('click', function() {
         $($(this).attr('data-target')).toggle();
     });
+
+    activate_tooltip();
 }
 
 $(function(){