mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
autodns: typo²
This commit is contained in:
parent
2c997d43e1
commit
b3e9cf19db
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ def _get_registrar_config_section(domain):
|
|||
parent_domain = domain.split(".", 1)[1]
|
||||
if parent_domain in domain_list()["domains"]:
|
||||
|
||||
if Moulinette.interface.type = "api":
|
||||
if Moulinette.interface.type == "api":
|
||||
parent_domain_link = "[{parent_domain}](#/domains/{parent_domain}/config)"
|
||||
else:
|
||||
parent_domain_link = parent_domain
|
||||
|
|
Loading…
Add table
Reference in a new issue