Merge pull request #1976 from alphagov/quis-patch-1

Fix untypographic apostrophe
This commit is contained in:
Chris Hill-Scott
2018-03-21 14:46:24 +00:00
committed by GitHub

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 %}