Content changes

This commit is contained in:
zandercymatics 2024-02-12 11:25:40 -07:00
parent 0678fab2fa
commit 96b2d6bb97
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 18 additions and 15 deletions

View file

@ -1168,6 +1168,7 @@ class DomainAdmin(ListHeaderAdmin):
return None
years = self._get_calculated_years_for_exp_date(obj)
# Renew the domain.
try:
obj.renew_domain(length=years)