Skip to content

Commit

Permalink
Added the expired field to the admin panel for domains
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Jul 5, 2023
1 parent caf5ef5 commit b055d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ghostwriter/shepherd/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class DomainAdmin(ImportExportModelAdmin):
"domain_status",
"creation",
"expiration",
"expired",
"auto_renew",
"tags",
)
Expand Down

0 comments on commit b055d8d

Please sign in to comment.