Update 'reply-to email address'

This commit is contained in:
karlchillmaid
2019-07-11 14:21:37 +01:00
committed by GitHub
parent c9f76e427d
commit 17c76eaed1

View File

@@ -7,13 +7,13 @@
{% from "components/form.html" import form_wrapper %}
{% block service_page_title %}
Change email reply to address
Change reply-to email address
{% endblock %}
{% block maincolumn_content %}
{{ page_header(
'Change email reply to address',
'Change reply-to email address',
back_link=url_for('main.service_email_reply_to', service_id=current_service.id)
) }}
{% call form_wrapper() %}