fixed view icon

This commit is contained in:
David Kennedy 2024-08-01 18:09:54 -04:00
parent 7f112c1295
commit 1dfe34d9c6
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 4 additions and 8 deletions

View file

@ -191,7 +191,7 @@ class DomainPermission(PermissionsLoginMixin):
def can_access_domain_via_portfolio(self, pk):
"""Most views should not allow permission to portfolio users.
If particular views allow permissions, they will need to override
If particular views allow access to the domain pages, they will need to override
this function."""
return False