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

Commit

Permalink
test modal
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 28, 2024
1 parent 09f436e commit b9fb4a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
<!-- user info modal -->
<div class="modal fade" id="userInfoModal" tabindex="-1" aria-labelledby="userInfoLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-dark text-white">
<div class="modal-content bg-secondary text-white">
<div class="modal-header">
<h1 class="modal-title" id="exampleModalToggleLabel2">Mon compte</h1>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body bg-dark text-white">
<div class="modal-body">
<p id="tt-email">Email: </p>
<p id="tt-name">Name: </p>
<p id="tt-surname">Surname: </p>
Expand Down

0 comments on commit b9fb4a9

Please sign in to comment.