mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -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(
|
mou = RadioField(
|
||||||
(
|
(
|
||||||
'Has your organisation accepted the GOV.UK Notify data sharing and financial '
|
'Has your organisation accepted the GOV.UK Notify data sharing and financial '
|
||||||
'agreement (Memorandum of Understanding)?'
|
'agreement?'
|
||||||
),
|
),
|
||||||
choices=[
|
choices=[
|
||||||
('yes', 'Yes'),
|
('yes', 'Yes'),
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Terms of use
|
|||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
|
|
||||||
<h1 class="heading-large">Terms of use</h1>
|
<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><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>
|
<p>To accept these terms of use, you must be the service manager for your service.</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user