Files
notifications-admin/app/templates/views/service-settings/request-to-go-live.html
2016-04-04 15:29:54 +01:00

29 lines
1021 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% 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">
<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">
<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.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 %}