diff --git a/templates/internal.html b/templates/internal.html
index 171b105..83759aa 100644
--- a/templates/internal.html
+++ b/templates/internal.html
@@ -10,6 +10,9 @@
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
+ $(document).ready(function(){
+ $('[data-toggle="tooltip"]').tooltip();
+ });
Logout
{{ end }}
diff --git a/templates/item.html b/templates/item.html
index f7821e7..c2eceea 100644
--- a/templates/item.html
+++ b/templates/item.html
@@ -1 +1 @@
-