mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Merge pull request #328 from alphagov/update-text-on-request-to-go-live
Update text on Request to go live page
This commit is contained in:
@@ -12,37 +12,17 @@
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
<p>
|
||||
A live service can send messages to any phone number or email address.
|
||||
</p>
|
||||
<h1 class="heading-large">Request to go live</h1>
|
||||
|
||||
<p>
|
||||
First you need to:
|
||||
</p>
|
||||
<p>GOV.UK Notify is invite-only during the beta.</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>
|
||||
have spoken to someone
|
||||
</li>
|
||||
<li>
|
||||
have permission from someone else
|
||||
</li>
|
||||
<li>
|
||||
etc.
|
||||
</li>
|
||||
</ul>
|
||||
<p><a href="https://docs.google.com/forms/d/1AL8U-xJX_HAFEiQiJszGQw0PcEaEUnYATSntEghNDGo/viewform">Contact us</a> to request an invite:</p>
|
||||
|
||||
<p>
|
||||
It takes a few working days for your request to be approved.
|
||||
</p>
|
||||
|
||||
<form method="post">
|
||||
{{ page_footer(
|
||||
'Send request',
|
||||
back_link=url_for('.service_settings', service_id=service_id),
|
||||
back_link_text='Back to settings'
|
||||
) }}
|
||||
</form>
|
||||
<ul>
|
||||
<li>You’ll need to agree to our terms of use</li>
|
||||
<li>If you plan to send more than 250,000 text messages per year, you’ll need to agree to pay for what you use – take a look at our <a href="{{ url_for("main.help") }}#pricing">pricing</a></li>
|
||||
<li>We’ll check your templates to make sure they’re consistent with our design patterns, style guide and information security principles</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user