Update src/registrar/templates/portfolio_member_permissions.html

This commit is contained in:
zandercymatics 2024-12-13 15:06:13 -07:00 committed by GitHub
parent 3839cbafd0
commit 88c717be9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,11 +81,6 @@
{% input_with_errors form.role %}
{% endwith %}
{% comment %} {% if radio.value == "organization_admin" %}
Grants this member access to the organization-wide information on domains, domain requests, and members. Domain management can be assigned separately.
{% elif radio.value == "organization_member" %}
Grants this member access to the organization. They can be given extra permissions to view all organization domain requests and submit domain requests on behalf of the organization. Basic access members cant view all members of an organization or manage them. Domain management can be assigned separately.
{% endif %} {% endcomment %}
</fieldset>
<!-- Admin access form -->