diff --git a/app/templates/views/notifications/notification.html b/app/templates/views/notifications/notification.html index 4c488bf2c..e2aadcb46 100644 --- a/app/templates/views/notifications/notification.html +++ b/app/templates/views/notifications/notification.html @@ -49,7 +49,7 @@ {{ ajax_block(partials, updates_url, 'status', finished=finished) }} {% endif %} - {% if current_user.has_permissions('send_messages') and template.template_type == 'sms' and can_receive_inbound %} + {% if current_user.has_permissions('send_messages') and current_user.has_permissions('view_activity') and template.template_type == 'sms' and can_receive_inbound %}

See all text messages sent to this phone number