Commit now saved merge conflict

This commit is contained in:
lizpearl 2025-04-11 10:37:40 -05:00
parent 2bebf70394
commit d322c3f645
No known key found for this signature in database
GPG key ID: 29F55F4C8D404E14

View file

@ -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."""