1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-03 18:42:46 +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

@ -12,7 +12,6 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
<?php } ?>
<form method="POST">
<input type="hidden" name="submitted" value="true"/>
<table style="width: 100%">
<tr>
<td style="width: 30%"><label for="email">E-mail :</label></td>
@ -61,7 +60,7 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
<td style="text-align: center;" colspan="2"><input type="checkbox" id="receive_animath_mails" name="receive_animath_mails" <?= $user->doReceiveAnimathMails() ? "checked" : "" ?> /> <label for="receive_animath_mails">J'accepte de recevoir des mails de la part d'Animath</label></td>
</tr>
<tr>
<td colspan="2"><input type="submit" style="width: 100%" value="Mettre à jour mes données"/></td>
<td colspan="2"><input type="submit" style="width: 100%" name="update_team" value="Mettre à jour mes données"/></td>
</tr>
</table>
</form>