Update 'reply-to email address'

This commit is contained in:
karlchillmaid
2019-07-09 16:37:22 +01:00
committed by GitHub
parent 678dfcd156
commit 1d471d8797

View File

@@ -6,13 +6,13 @@
{% from "components/form.html" import form_wrapper %}
{% block service_page_title %}
Add email reply-to address
Add reply-to email address
{% endblock %}
{% block maincolumn_content %}
{{ 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)
) }}