add title to DNS registrar section

This commit is contained in:
axolotle 2022-10-07 18:03:51 +02:00
parent b30962a44f
commit 0930548640
2 changed files with 4 additions and 4 deletions

View file

@ -50,8 +50,6 @@ name = "Features"
name = "DNS"
[dns.registrar]
optional = true
# This part is automatically generated in DomainConfigPanel
# [dns.advanced]

View file

@ -512,7 +512,9 @@ def _get_registrar_config_section(domain):
from lexicon.providers.auto import _relevant_provider_for_domain
registrar_infos = {}
registrar_infos = {
"name": "Registrar infos",
}
dns_zone = _get_dns_zone_for_domain(domain)