mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Merge pull request #1148 from alphagov/fix-html-entity-permissions
Remove HTML entity from permission choice
This commit is contained in:
@@ -153,7 +153,7 @@ class RegisterUserFromInviteForm(Form):
|
|||||||
|
|
||||||
class PermissionsForm(Form):
|
class PermissionsForm(Form):
|
||||||
send_messages = BooleanField("Send messages from existing templates")
|
send_messages = BooleanField("Send messages from existing templates")
|
||||||
manage_service = BooleanField("Modify this service, its team, and its templates")
|
manage_service = BooleanField("Modify this service, its team, and its templates")
|
||||||
manage_api_keys = BooleanField("Create and revoke API keys")
|
manage_api_keys = BooleanField("Create and revoke API keys")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user