mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
39 lines
755 B
HTML
39 lines
755 B
HTML
{% extends "withoutnav_template.html" %}
|
||
|
||
{% block page_title %}
|
||
Trial mode – GOV.UK Notify
|
||
{% endblock %}
|
||
|
||
{% block maincolumn_content %}
|
||
|
||
<div class="grid-row">
|
||
<div class="column-two-thirds">
|
||
<h1 class="heading-large">Trial mode</h1>
|
||
|
||
<p>
|
||
All new accounts on Notify start off in trial mode.
|
||
</p>
|
||
<p>
|
||
This means:
|
||
</p>
|
||
<ul class="list list-bullet">
|
||
<li>
|
||
you can only send messages to yourself
|
||
</li>
|
||
<li>
|
||
you can add people to your team, then you can send messages to them too
|
||
</li>
|
||
<li>
|
||
you can only send 50 messages per day
|
||
</li>
|
||
</ul>
|
||
|
||
<p>
|
||
When you’re ready we can remove these restrictions.
|
||
</p>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
{% endblock %}
|