Update invited user to have the view_activity permission.

Update dashboard.html for view_activity
This commit is contained in:
Rebecca Law
2016-03-29 15:20:43 +01:00
parent b79901fe28
commit 01959b8576
2 changed files with 4 additions and 2 deletions

View File

@@ -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