X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=templates%2Fmaster-admin.html;h=8987df952fa0cf3089be158dfbadcb86de01c711;hb=d419c894698cb7c9d642496253bf4138bc620729;hp=ff5a9dd95ce582dd85ad3b9300551ccbc48b1eb1;hpb=843785e747036935c542c845e2db6efcc0d49b1c;p=cascardo%2Fipsilon.git diff --git a/templates/master-admin.html b/templates/master-admin.html index ff5a9dd..8987df9 100644 --- a/templates/master-admin.html +++ b/templates/master-admin.html @@ -14,10 +14,13 @@ $( document ).ready( function() { history.replaceState({} , document.title, "{{ newurl }}"); + $('[data-toggle="tooltip"]').tooltip(); } ); {% endif %} + {% block scripts %} + {% endblock %}