mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Update 'reply-to email address'
This commit is contained in:
@@ -6,13 +6,13 @@
|
|||||||
{% from "components/form.html" import form_wrapper %}
|
{% from "components/form.html" import form_wrapper %}
|
||||||
|
|
||||||
{% block service_page_title %}
|
{% block service_page_title %}
|
||||||
Add email reply-to address
|
Add reply-to email address
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
{{ page_header(
|
{{ page_header(
|
||||||
'Add email reply-to address',
|
'Add reply-to email 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)
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user