Add new trial mode page

This commit is contained in:
Chris Hill-Scott
2019-04-11 10:31:29 +01:00
parent 5a9c25d6be
commit 5968f23fd5
3 changed files with 22 additions and 10 deletions
+5 -5
View File
@@ -22,7 +22,7 @@
<li>send messages to you and other people in your team</li>
<li>create draft letters, but not send them</li>
</ul>
<p>
To remove these restrictions, you can
{% if current_service and current_service.trial_mode %}
@@ -33,13 +33,13 @@
</p>
<p>Before you can request to go live, you must:</p>
<ul class="list bullet-list">
<ul class="list list-bullet">
<li>sign our data sharing and financial agreement</li>
<li>accept our terms of use</li>
<li>set up your service so you're ready to send and receive messages</li>
</ul>
</div>
{% endblock %}