mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-05 06:01:46 -04:00
Remove folder permissions feature flag from team members
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{# only show if the service has folders #}
|
||||
{% if current_service.has_permission('edit_folder_permissions') and current_service.all_template_folders %}
|
||||
{% if current_service.all_template_folders %}
|
||||
<div class="tick-cross-list-hint">
|
||||
{% set folder_count = user.template_folders_for_service(current_service) | length %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user