diff --git a/static/icons/compte.png b/static/icons/compte.png new file mode 100644 index 0000000..f81bb73 Binary files /dev/null and b/static/icons/compte.png differ diff --git a/templates/base.html b/templates/base.html index 8488541..2aa5aa1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,6 +26,9 @@ Connexion + + Info + @@ -250,6 +253,10 @@ $(document).ready(function () { getUserProfile(); }); + + $(function () { + $('[data-toggle="tooltip"]').tooltip(); + });