mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
seperated admin and regular users from ui
This commit is contained in:
@@ -27,6 +27,14 @@
|
||||
}) }}
|
||||
{% if current_user.has_permissions(ServicePermission.MANAGE_SERVICE) and form.users_with_permission.all_service_users %}
|
||||
{{ form.users_with_permission }}
|
||||
{% if form.platform_admins is defined and form.platform_admins %}
|
||||
<p class="usa-hint">Platform administrators can see all folders and cannot be removed from folders:</p>
|
||||
<ul class="usa-hint usa-list">
|
||||
{% for admin in form.platform_admins %}
|
||||
<li>{{ admin.name }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{{ page_footer(
|
||||
|
||||
Reference in New Issue
Block a user