mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
fixed typo
This commit is contained in:
parent
629419f141
commit
616167a63b
1 changed files with 1 additions and 1 deletions
|
@ -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`. (or DomainInvitationPermissionCancelView).
|
inherit from `DomainPermissionView` (or DomainInvitationPermissionCancelView).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from datetime import date
|
from datetime import date
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue