fix: update form action URL in register page

This commit is contained in:
Loris BALOCCHI 2024-06-11 09:32:41 +02:00
parent e9402383df
commit 5826bd2992

View File

@ -29,7 +29,7 @@
<img src="https://cdn-icons-png.flaticon.com/512/4139/4139948.png" alt="Avatar"> <img src="https://cdn-icons-png.flaticon.com/512/4139/4139948.png" alt="Avatar">
<h2>Créer un compte</h2> <h2>Créer un compte</h2>
<p>Créez un nouveau compte afin d'accéder à l'entièreté du site.</p> <p>Créez un nouveau compte afin d'accéder à l'entièreté du site.</p>
<form action="register/register.php" method="post"> <form action="/account/register/register.php" method="post">
<div class="form-group"> <div class="form-group">
<label for="name"><span style="color:red;"><abbr title="Requis">*</abbr></span> Prénom</label> <label for="name"><span style="color:red;"><abbr title="Requis">*</abbr></span> Prénom</label>
<input type="text" id="name" name="name" placeholder="Jean" required placeholder=" "> <input type="text" id="name" name="name" placeholder="Jean" required placeholder=" ">