mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
linted
This commit is contained in:
parent
bfb28a62f8
commit
1fe6267e2f
1 changed files with 3 additions and 2 deletions
|
@ -947,8 +947,9 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
)
|
||||
|
||||
expiration_date = DateField(
|
||||
null = True,
|
||||
help_text="Duplication of registry's expiration date saved for ease of reporting"
|
||||
null=True,
|
||||
help_text=("Duplication of registry's expiration"
|
||||
"date saved for ease of reporting"),
|
||||
)
|
||||
|
||||
def isActive(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue