mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 21:16:28 +02:00
cleanup
This commit is contained in:
parent
0ea37d7113
commit
6dd4132a29
1 changed files with 0 additions and 1 deletions
|
@ -969,7 +969,6 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
Is the domain live on the inter webs?
|
Is the domain live on the inter webs?
|
||||||
could be replaced with request to see if ok status is set
|
could be replaced with request to see if ok status is set
|
||||||
"""
|
"""
|
||||||
return True
|
|
||||||
return self.state == self.State.READY
|
return self.state == self.State.READY
|
||||||
|
|
||||||
def is_editable(self) -> bool:
|
def is_editable(self) -> bool:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue