1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-03 13:22:47 +02:00

Suppression des hidden tags "submitted"

This commit is contained in:
galaxyoyo
2019-09-24 23:18:32 +02:00
parent b6fd5121e1
commit 8d9eeda153
12 changed files with 17 additions and 22 deletions

View File

@ -10,7 +10,6 @@ if (isset($join_team) && !$has_error) { ?>
<?php if ($has_error) echo "<h2>Erreur : " . $error_message . "</h2>"; ?>
<form method="POST">
<input type="hidden" name="submitted" value="true" />
<table style="width: 100%;">
<tbody>
<tr>
@ -23,7 +22,7 @@ if (isset($join_team) && !$has_error) { ?>
</tr>
<tr>
<td colspan="2">
<input style="width: 100%;" type="submit" value="Rejoindre l'équipe" />
<input style="width: 100%;" name="join_team" type="submit" value="Rejoindre l'équipe" />
</td>
</tr>
</tbody>