mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-19 16:50:52 -04:00
Merge pull request #1837 from alphagov/minus-mou
Removed reference to MOU now that we have contracts and MOUs.
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user