mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
Update 'reply-to email address'
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
{% if current_service.intending_to_send_email %}
|
{% if current_service.intending_to_send_email %}
|
||||||
{{ task_list_item(
|
{{ task_list_item(
|
||||||
current_service.has_email_reply_to_address,
|
current_service.has_email_reply_to_address,
|
||||||
'Add an email reply-to address',
|
'Add a reply-to email address',
|
||||||
url_for('main.service_email_reply_to', service_id=current_service.id),
|
url_for('main.service_email_reply_to', service_id=current_service.id),
|
||||||
) }}
|
) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user