Files
notifications-admin/app/templates/views/service-settings/request-to-go-live.html

29 lines
1.0 KiB
HTML
Raw Normal View History

{% extends "withnav_template.html" %}
{% from "components/page-footer.html" import page_footer %}
{% block page_title %}
Request to go live GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-three-quarters">
2016-03-21 16:17:20 +00:00
<h1 class="heading-large">Request to go live</h1>
<p>GOV.UK Notify is invite-only during the beta.</p>
<p><a href="https://docs.google.com/forms/d/1AL8U-xJX_HAFEiQiJszGQw0PcEaEUnYATSntEghNDGo/viewform">Contact us</a> to request an invite:</p>
<ul class="list list-bullet">
2016-03-21 16:17:20 +00:00
<li>Youll need to agree to our terms of use</li>
<li>If you plan to send more than 250,000 text messages per year, youll need to agree to pay for what you use &ndash; take a look at our <a href="{{ url_for("main.help") }}#pricing">pricing</a></li>
<li>Well check your templates to make sure theyre consistent with our design patterns, style guide and information security principles</li>
</ul>
</div>
</div>
{% endblock %}