Files
notifications-admin/app/templates/views/trial-mode.html

39 lines
755 B
HTML
Raw Normal View History

{% 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 youre ready we can remove these restrictions.
</p>
</div>
</div>
{% endblock %}