mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Update 'reply-to email address'
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% call settings_row(if_has_permission='email') %}
|
{% call settings_row(if_has_permission='email') %}
|
||||||
{{ text_field('Email reply-to addresses') }}
|
{{ text_field('Reply-to email addresses') }}
|
||||||
{% call field(status='default' if current_service.count_email_reply_to_addresses == 0 else '') %}
|
{% call field(status='default' if current_service.count_email_reply_to_addresses == 0 else '') %}
|
||||||
{{ current_service.default_email_reply_to_address or 'Not set' }}
|
{{ current_service.default_email_reply_to_address or 'Not set' }}
|
||||||
{% if current_service.count_email_reply_to_addresses > 1 %}
|
{% if current_service.count_email_reply_to_addresses > 1 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user