fix: update form action URL in register page
This commit is contained in:
		@@ -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=" ">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user