mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 06:20:29 +02:00
Suppression des hidden tags "submitted"
This commit is contained in:
@ -10,7 +10,6 @@ if (isset($new_team) && !$has_error) { ?>
|
||||
<?php } else { ?>
|
||||
|
||||
<form method="POST">
|
||||
<input type="hidden" name="submitted" value="true" />
|
||||
<table style="width: 100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -50,7 +49,7 @@ if (isset($new_team) && !$has_error) { ?>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input style="width: 100%;" type="submit" value="Ajouter une équipe" />
|
||||
<input style="width: 100%;" type="submit" name="add_team" value="Ajouter une équipe" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user