Commit 4e6982022ff2453f4b14ef4b6e82467ceb014ea7

Authored by grouille
1 parent f060da64

Test

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
site/formInscription.php
... ... @@ -6,7 +6,7 @@ $groupes = getGroupes();
6 6 <div class="row">
7 7 <div class="col-6 col-md-6 offset-md-3 offset-3">
8 8 <br/>
9   - <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-user-circle"></i> Créer un compte</h1>
  9 + <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-user-plus"></i> Créer un compte</h1>
10 10 <form action="inscription.php" method="post">
11 11 <table class="table table-striped table-bordered">
12 12 <tbody>
... ...
site/formSuppression.php
... ... @@ -6,7 +6,7 @@ $groupes = getGroupes();
6 6 <div class="row">
7 7 <div class="col-6 col-md-6 offset-md-3 offset-3">
8 8 <br/>
9   - <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-user-slash"></i> Supprimer un compte</h1>
  9 + <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-user-minus"></i> Supprimer un compte</h1>
10 10 <form action="suppression.php" method="post">
11 11 <table class="table table-striped table-bordered">
12 12 <tbody>
... ...