mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 19:38:24 -04:00
Update manage folder page
This commit is contained in:
@@ -26,7 +26,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, width='1-1') }}
|
||||
{% if current_user.has_permissions("manage_service") and form.users_with_permission.all_service_users %}
|
||||
{{ checkboxes(form.users_with_permission, collapsible_opts={ 'field': 'team member' }) }}
|
||||
{{ form.users_with_permission }}
|
||||
{% endif %}
|
||||
|
||||
{{ page_footer(
|
||||
|
||||
Reference in New Issue
Block a user