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
b3e9cf19db
commit
002d254522
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ def _get_registrar_config_section(domain):
|
|||
if parent_domain in domain_list()["domains"]:
|
||||
|
||||
if Moulinette.interface.type == "api":
|
||||
parent_domain_link = "[{parent_domain}](#/domains/{parent_domain}/config)"
|
||||
parent_domain_link = f"[{parent_domain}](#/domains/{parent_domain}/config)"
|
||||
else:
|
||||
parent_domain_link = parent_domain
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue