mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-24 09:08:47 +02:00
Suppression des hidden tags "submitted"
This commit is contained in:
@ -45,7 +45,6 @@ if (isset($_GET["mdp_oublie"])) { ?>
|
||||
<form method="POST" class="jumbotron mt-5">
|
||||
<h1 class="display-4">Connexion</h1>
|
||||
<hr class="mt-2 mb-4"/>
|
||||
<input type="hidden" name="submitted" value="true"/>
|
||||
<div class="form-group">
|
||||
<label for="email">E-mail :</label>
|
||||
<input class="form-control" type="email" id="email" name="email"
|
||||
@ -55,7 +54,7 @@ if (isset($_GET["mdp_oublie"])) { ?>
|
||||
<label for="password">Mot de passe :</label>
|
||||
<input class="form-control" type="password" id="password" name="password"/>
|
||||
</div>
|
||||
<input class="btn btn-primary btn-block" type="submit" value="Se connecter"/>
|
||||
<input class="btn btn-primary btn-block" name="login" type="submit" value="Se connecter"/>
|
||||
</form>
|
||||
<div class="alert">
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
|
Reference in New Issue
Block a user