mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-03 21:18:26 -04:00
Merge pull request #2166 from alphagov/basic-view-description
Revise how we talk about what basic view is
This commit is contained in:
@@ -16,15 +16,18 @@
|
||||
>
|
||||
<h1 class="heading-large">Basic view</h1>
|
||||
<p>
|
||||
Basic view lets you restrict a team member to only:
|
||||
Hide the dashboard and other options from team members who only need to send messages.
|
||||
</p>
|
||||
<p>
|
||||
Turn on basic view then edit team members’ permissions.
|
||||
</p>
|
||||
<p>
|
||||
Team members with basic view can only:
|
||||
</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>send messages</li>
|
||||
<li>see sent messages</li>
|
||||
<li>send messages using existing templates</li>
|
||||
<li>see a list of sent messages</li>
|
||||
</ul>
|
||||
<p>
|
||||
You’ll get to choose which team members have basic view.
|
||||
</p>
|
||||
<p>
|
||||
<a href="{{ url_for('main.preview_basic_view', service_id=current_service.id) }}">See a preview of basic view</a>.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user