mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
Fix untypographic apostrophe
😱
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
{{ textbox(form.feedback, width='1-1', hint='', rows=10) }}
|
{{ textbox(form.feedback, width='1-1', hint='', rows=10) }}
|
||||||
{% if not current_user.is_authenticated %}
|
{% if not current_user.is_authenticated %}
|
||||||
<h3 class="heading-medium">Do you want a reply?</h3>
|
<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 you’d like a response.</p>
|
||||||
{{ textbox(form.name, width='1-1') }}
|
{{ textbox(form.name, width='1-1') }}
|
||||||
{{ textbox(form.email_address, width='1-1') }}
|
{{ textbox(form.email_address, width='1-1') }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user