mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Correct information in comments
This commit is contained in:
parent
1ec27580a0
commit
88dc5cb436
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class DomainApplicationPermissionWithdraw(DomainApplicationPermission):
|
|||
if not self.request.user.is_authenticated:
|
||||
return False
|
||||
|
||||
# only users with admin role can withdraw a domain request
|
||||
# Restricted users should not be able to withdraw domain requests
|
||||
if self.request.user.is_restricted():
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue