mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Fixed text labels
This commit is contained in:
parent
4ab41f8278
commit
3f57a57089
1 changed files with 2 additions and 2 deletions
|
@ -2555,7 +2555,7 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
||||||
def dnssecdata(self, obj):
|
def dnssecdata(self, obj):
|
||||||
return "Yes" if obj.dnssecdata else "No"
|
return "Yes" if obj.dnssecdata else "No"
|
||||||
|
|
||||||
dnssecdata.short_description = "DNS Sec Enabled" # type: ignore
|
dnssecdata.short_description = "DNSSEC enabled" # type: ignore
|
||||||
|
|
||||||
# Custom method to display formatted nameservers
|
# Custom method to display formatted nameservers
|
||||||
def nameservers(self, obj):
|
def nameservers(self, obj):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue