Files
notifications-admin/app/templates/views/trial-mode.html
2016-04-04 16:28:21 +01:00

39 lines
755 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 "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 %}