updated text

This commit is contained in:
asaki222 2024-11-18 15:37:56 -05:00
parent aa18afc9e1
commit 443c200f91
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4

View file

@ -2,7 +2,7 @@
Authorization is handled by the `DomainPermissionView`. To ensure that only Authorization is handled by the `DomainPermissionView`. To ensure that only
authorized users can see information on a domain, every view here should authorized users can see information on a domain, every view here should
inherit from `DomainPermissionView`. inherit from `DomainPermissionView`. (or DomainInvitationPermissionCancelView).
""" """
from datetime import date from datetime import date