mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
lint
This commit is contained in:
parent
128f619e14
commit
ee11c100a2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class DomainPermission(PermissionsLoginMixin):
|
|||
# user_is_analyst_or_superuser = self.request.user.has_perm(
|
||||
# "registrar.analyst_access_permission"
|
||||
# ) or self.request.user.has_perm("registrar.full_access_permission")
|
||||
|
||||
|
||||
user_is_analyst_or_superuser = self.request.user.is_staff
|
||||
|
||||
if not user_is_analyst_or_superuser:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue