fix placeholders in domains management script
This commit is contained in:
parent
ba43006194
commit
ee54d07d2a
@ -40,9 +40,9 @@ hosts that were added to this domain (if any).
|
|||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
||||||
LOG_MSG_IS_AVAILABLE = _('Domain %%(domain)s is available.')
|
LOG_MSG_IS_AVAILABLE = _('Domain %(domain)s is available.')
|
||||||
LOG_MSG_HAS_HOSTS = _('Domain %%(domain)s is not available, but has %(hosts)d hosts.')
|
LOG_MSG_HAS_HOSTS = _('Domain %%(domain)s is not available, but has %(hosts)d hosts.')
|
||||||
LOG_MSG_DELETE = _('Domain %%(domain)s is not available and has no hosts -> deleted domain.')
|
LOG_MSG_DELETE = _('Domain %(domain)s is not available and has no hosts -> deleted domain.')
|
||||||
|
|
||||||
|
|
||||||
def check_dns(domain):
|
def check_dns(domain):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user