mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 07:08:24 -04:00
Added hint about reply to email address to add emphasis
This commit is contained in:
committed by
Chris Hill-Scott
parent
3b014f3e60
commit
3c4ff774b9
@@ -15,16 +15,12 @@
|
|||||||
'Add email reply-to address',
|
'Add email reply-to address',
|
||||||
back_link=url_for('main.service_email_reply_to', service_id=current_service.id)
|
back_link=url_for('main.service_email_reply_to', service_id=current_service.id)
|
||||||
) }}
|
) }}
|
||||||
<p>
|
|
||||||
Let recipients send replies to a shared inbox that’s managed by your team.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Do not use your own email address for replies.
|
|
||||||
</p>
|
|
||||||
{% call form_wrapper() %}
|
{% call form_wrapper() %}
|
||||||
{{ textbox(
|
{{ textbox(
|
||||||
form.email_address,
|
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
|
safe_error_message=True
|
||||||
) }}
|
) }}
|
||||||
{% if not first_email_address %}
|
{% if not first_email_address %}
|
||||||
|
|||||||
Reference in New Issue
Block a user