Add some explaining to the email reply to page

This commit is contained in:
Chris Hill-Scott
2016-08-23 14:16:07 +01:00
parent 8eb2dadaa6
commit 709882065f
3 changed files with 22 additions and 5 deletions

View File

@@ -327,7 +327,7 @@ class ProviderForm(Form):
class ServiceReplyToEmailFrom(Form):
email_address = email_address()
email_address = email_address(label='Email reply to address')
class ServiceSmsSender(Form):

View File

@@ -56,13 +56,13 @@
</div>
{% if false and current_user.has_permissions([], admin_override=True) %}
{% if current_user.has_permissions([], admin_override=True) %}
<h2 class="heading-medium">Platform admin settings</h2>
{{ browse_list([
{
'title': 'Set email branding',
'title': 'Email branding',
'link': url_for('.service_set_branding_and_org', service_id=current_service.id)
},
{

View File

@@ -3,14 +3,31 @@
{% from "components/page-footer.html" import page_footer %}
{% block page_title %}
Request to go live GOV.UK Notify
Email reply to address GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-three-quarters">
<h1 class="heading-large">Set email reply to address</h1>
<h1 class="heading-large">
Email reply to address
</h1>
<p>
Your emails will be sent from
{{ current_service.email_from }}@notifications.service.gov.uk.
This is so they have the best chance of being delivered.
This email address cant receive replies.
</p>
<p>
Set up a separate email address to receive replies from
your users, then enter it here.
</p>
{% if current_service.restricted %}
<p>
Your service cant go live until youve done this.
</p>
{% endif %}
<form method="post">
{{ textbox(
form.email_address,