mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 21:16:28 +02:00
Commit now saved merge conflict
This commit is contained in:
parent
2bebf70394
commit
d322c3f645
1 changed files with 0 additions and 4 deletions
|
@ -1284,11 +1284,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
now = timezone.now().date()
|
now = timezone.now().date()
|
||||||
|
|
||||||
threshold_date = now + timedelta(days=60)
|
threshold_date = now + timedelta(days=60)
|
||||||
<<<<<<< Updated upstream
|
|
||||||
return now < self.expiration_date <= threshold_date
|
|
||||||
=======
|
|
||||||
return now <= self.expiration_date <= threshold_date
|
return now <= self.expiration_date <= threshold_date
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|
||||||
def state_display(self, request=None):
|
def state_display(self, request=None):
|
||||||
"""Return the display status of the domain."""
|
"""Return the display status of the domain."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue