diff options
Diffstat (limited to 'src/view/templates/form.php')
-rw-r--r-- | src/view/templates/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/templates/form.php b/src/view/templates/form.php index 97d53d4..0c44bf8 100644 --- a/src/view/templates/form.php +++ b/src/view/templates/form.php | |||
@@ -4,7 +4,7 @@ | |||
4 | <h3><?= $title ?></h3> | 4 | <h3><?= $title ?></h3> |
5 | <?= $no_recipient_warning ?> | 5 | <?= $no_recipient_warning ?> |
6 | <form method="post" action="<?= $action_url ?>"> | 6 | <form method="post" action="<?= $action_url ?>"> |
7 | <label for="email">Adresse e-mail</label> | 7 | <label for="email">Votre e-mail</label> |
8 | <input type="email" name="email" placeholder="mon-adresse@email.fr" value="" required> | 8 | <input type="email" name="email" placeholder="mon-adresse@email.fr" value="" required> |
9 | 9 | ||
10 | <label for="subject">Objet</label> | 10 | <label for="subject">Objet</label> |