diff --git a/app/templates/base.html b/app/templates/base.html
index fa1c335..86fa7e1 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -103,6 +103,7 @@
// get current URL path and assign 'active' class
var pathname = window.location.pathname;
$('.navbar-nav > li > a[href="' + pathname + '"]').parent().addClass('active');
+ $('[data-toggle="tooltip"]').tooltip()
})