diff --git a/orchestra/contrib/musician/templates/musician/domain_detail.html b/orchestra/contrib/musician/templates/musician/domain_detail.html index 121f6342..622a8229 100644 --- a/orchestra/contrib/musician/templates/musician/domain_detail.html +++ b/orchestra/contrib/musician/templates/musician/domain_detail.html @@ -4,7 +4,18 @@ {% block content %} {% trans "Go back" %} -

{% trans "DNS settings for" %} {{ object.name }}

+

+ {% trans "DNS settings for" %} {{ object.name }} + +

+ +{% if object.top %} +
+ + {% trans "Go to top level domain" %} {{ object.top.name }} +
+{% endif %} +

{% trans "DNS settings page description." %}

@@ -34,4 +45,15 @@
{% trans "Add new record" %} + +
+

{% trans "Subdomains" %}

+ +
{% endblock %}