mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 00:28:26 -04:00
Update invited user to have the view_activity permission.
Update dashboard.html for view_activity
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
{% endif %}
|
||||
|
||||
{% if not jobs %}
|
||||
{% include 'views/dashboard/get-started.html' %}
|
||||
{% if current_user.has_permissions(['manage_templates','send_texts', 'send_emails', 'send_letters']) %}
|
||||
{% include 'views/dashboard/get-started.html' %}
|
||||
{% endif%}
|
||||
{% else %}
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user