Fix untypographic apostrophe

😱
This commit is contained in:
Chris Hill-Scott
2018-03-21 14:42:24 +00:00
committed by GitHub
parent 7e96a897b1
commit 3d7422a8f6

View File

@@ -17,7 +17,7 @@
{{ textbox(form.feedback, width='1-1', hint='', rows=10) }}
{% if not current_user.is_authenticated %}
<h3 class="heading-medium">Do you want a reply?</h3>
<p>Leave your details below if you'd like a response.</p>
<p>Leave your details below if youd like a response.</p>
{{ textbox(form.name, width='1-1') }}
{{ textbox(form.email_address, width='1-1') }}
{% else %}