Merge pull request #1837 from alphagov/minus-mou

Removed reference to MOU now that we have contracts and MOUs.
This commit is contained in:
Chris Hill-Scott
2018-02-05 11:56:38 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -516,7 +516,7 @@ class RequestToGoLiveForm(StripWhitespaceForm):
mou = RadioField(
(
'Has your organisation accepted the GOV.UK Notify data sharing and financial '
'agreement (Memorandum of Understanding)?'
'agreement?'
),
choices=[
('yes', 'Yes'),

View File

@@ -15,7 +15,7 @@ Terms of use
<div class="column-two-thirds">
<h1 class="heading-large">Terms of use</h1>
<p>To go live on GOV.UK Notify, you must accept the data sharing and financial agreement (memorandum of understanding).</p>
<p>To go live on GOV.UK Notify, you must accept our data sharing and financial agreement.</p>
<p><a href="{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}">Contact us</a> to get a copy of the agreement or find out if your organisation has already accepted it.</p>
<p>To accept these terms of use, you must be the service manager for your service.</p>