remove the blank space in the textarea of contactform

This commit is contained in:
Gzod01 2023-05-29 10:12:40 +02:00
parent f89587974a
commit 50f184a160

View file

@ -1,7 +1,6 @@
<form class="contact-form" method="get" action="mailto:{{.Get "email"}}">
<input name=subject id=subject placeholder="Votre Sujet"/>
<textarea name=body id=body placeholder="Votre Message">
</textarea>
<textarea name=body id=body placeholder="Votre Message"></textarea>
<button type=submit>Envoyer</button>
</form>