Updated content

Updated the description of what basic view does
This commit is contained in:
karlchillmaid
2018-07-30 11:50:39 +01:00
committed by GitHub
parent 9fe66d6866
commit cef8c6d90e
@@ -12,18 +12,17 @@
<form method="post" class="column-five-sixths"> <form method="post" class="column-five-sixths">
<h1 class="heading-large">Basic view</h1> <h1 class="heading-large">Basic view</h1>
<p> <p>
Make Notify quicker and simpler to use for team members who only Control what other people see when they sign in to Notify.
need to send messages.
</p> </p>
<p> <p>
Basic view hides everything except: Choose basic view for team members who only need to:
</p> </p>
<ul class="list list-bullet"> <ul class="list list-bullet">
<li>templates</li> <li>send one-off messages using existing templates</li>
<li>a list of sent messages</li> <li>see a list of their sent messages</li>
</ul> </ul>
<p> <p>
You can choose which team members have basic view. Basic view hides the dashboard and other options, making Notify quicker and simpler to use.
</p> </p>
<p> <p>
<a href="{{ url_for('main.preview_basic_view', service_id=current_service.id) }}">See a preview of basic view</a>. <a href="{{ url_for('main.preview_basic_view', service_id=current_service.id) }}">See a preview of basic view</a>.