fix: update login/register links in login page

The login page has been updated to fix the broken links for creating a new account and logging in. The links now correctly point to the register and login pages in the account directory.

Co-authored-by: Charpentier Juliette <juliette.charpentier1@etu.u-pec.fr>
This commit is contained in:
2024-06-10 16:24:30 +02:00
parent e9e2e68bcf
commit af3d102605
4 changed files with 121 additions and 19 deletions

View File

@@ -37,7 +37,7 @@
<button type="submit" class="submit-button" action="../../tools"><i class="fas fa-sign-in-alt"></i>
Connexion</i></button>
</form>
<p class="no-account">Vous n'avez pas de compte ? <a href="../register">Créez un compte pour commencer
<p class="no-account">Vous n'avez pas de compte ? <a href="../account/register">Créez un compte pour commencer
!</a></p>
</div>