mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 08:38:26 -04:00
Change folder viewing permissions from manage folder page
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{% call form_wrapper(action=url_for('main.manage_template_folder', service_id=current_service.id, template_folder_id=template_folder_id)) %}
|
||||
{{ textbox(form.name) }}
|
||||
{% if current_service.has_permission("edit_folder_permissions") %}
|
||||
{{ checkbox_group("Users who can see this folder:", form.viewing_permissions) }}
|
||||
{{ checkbox_group("Users who can see this folder:", form.viewing_permissions, set_value=True) }}
|
||||
{% endif %}
|
||||
|
||||
{{ page_footer(
|
||||
|
||||
Reference in New Issue
Block a user