add_contact_form > master #3

Open
gzod01 wants to merge 12 commits from temporar-branch-contactform into master
Showing only changes of commit aee1dca742 - Show all commits

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>