Added hint about reply to email address to add emphasis

This commit is contained in:
Pete Herlihy
2019-06-04 10:57:14 +01:00
committed by Chris Hill-Scott
parent 3b014f3e60
commit 3c4ff774b9

View File

@@ -15,16 +15,12 @@
'Add email reply-to address',
back_link=url_for('main.service_email_reply_to', service_id=current_service.id)
) }}
<p>
Let recipients send replies to a shared inbox thats managed by your team.
</p>
<p>
Do not use your own email address for replies.
</p>
{% call form_wrapper() %}
{{ textbox(
form.email_address,
width='2-3',
width='1-1',
hint='This should be a shared inbox managed by your team, not your own email address.',
safe_error_message=True
) }}
{% if not first_email_address %}