mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +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()
|
||||
|
||||
threshold_date = now + timedelta(days=60)
|
||||
<<<<<<< Updated upstream
|
||||
return now < self.expiration_date <= threshold_date
|
||||
=======
|
||||
return now <= self.expiration_date <= threshold_date
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
def state_display(self, request=None):
|
||||
"""Return the display status of the domain."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue