Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
fix html use in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 26, 2024
1 parent a70d9c8 commit a3c4e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<a id="profBtn" class="navbar-brand ml-auto" href="/professor" aria-hidden="true" style="display: none;">Espace professeur</a>
<a id="adminBtn" class="navbar-brand ml-auto" href="/admin" aria-hidden="true" style="display: none;">Espace admin</a>
<a id="connexionBtn" class="navbar-brand ml-auto">Connexion</a>
<a href="#" class="d-inline-block" data-bs-toggle="tooltip" data-bs-title='<p id="tt-email">Email: </p> <p id="tt-name">Name: </p> <p id="tt-surname">Surname: </p> <p id="tt-role">Role: </p> <p id="tt-id">ID: </p>
<a id="compteIcon" class="d-inline-block" data-bs-toggle="tooltip" data-bs-html="true" data-bs-title='<p id="tt-email">Email: </p> <p id="tt-name">Name: </p> <p id="tt-surname">Surname: </p> <p id="tt-role">Role: </p> <p id="tt-id">ID: </p>
'>
<img src="{{ url_for('static', filename='icons/compte.png' ) }}" alt="Info" style="width: 20px; height: 20px; cursor: pointer;">
<img src="{{ url_for('static', filename='icons/user.png' ) }}" alt="Info" style="width: 20px; height: 20px; cursor: pointer;">
</a>
</div>
</nav>
Expand Down

0 comments on commit a3c4e37

Please sign in to comment.