fix grammar mistake

This commit is contained in:
Son NK 2020-05-08 13:40:21 +02:00
parent ad194c46f2
commit 75a28c53cf
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<input type="hidden" name="form-name" value="create">
{{ new_contact_form.csrf_token }}
<label class="form-label">Where do you want to send email to?</label>
<label class="form-label">Where do you want to send the email?</label>
{{ new_contact_form.email(class="form-control", placeholder="First Last <email@example.com>") }}
{{ render_field_errors(new_contact_form.email) }}