diff --git a/nsupdate/main/templates/main/domain.html b/nsupdate/main/templates/main/domain.html index 1b6fe38..6fe9461 100644 --- a/nsupdate/main/templates/main/domain.html +++ b/nsupdate/main/templates/main/domain.html @@ -3,7 +3,7 @@ {% block content %}
{% trans "You can't change the domain name. If you want to have another domain name, you have to delete this domain and create a new one." %}
diff --git a/nsupdate/main/templates/main/generate_ns_secret.html b/nsupdate/main/templates/main/generate_ns_secret.html index ea6a9a1..9aa7265 100644 --- a/nsupdate/main/templates/main/generate_ns_secret.html +++ b/nsupdate/main/templates/main/generate_ns_secret.html @@ -5,8 +5,7 @@{% trans "New nameserver shared secret generated for you. Everytime you visit this page a new secret will be generated and the old one becomes invalid." %}
{% trans "Algorithm:" %} {{ object.get_bind9_algorithm }}
{% trans "Secret:" %} {{ shared_secret }}
diff --git a/nsupdate/main/templates/main/generate_secret.html b/nsupdate/main/templates/main/generate_secret.html index 6530489..9df0bab 100644 --- a/nsupdate/main/templates/main/generate_secret.html +++ b/nsupdate/main/templates/main/generate_secret.html @@ -5,8 +5,7 @@{% blocktrans %}New secret generated for you. We store it hashed, so save it now, or you have to generate a new one again. Everytime you visit this page a new secret will be generated and the old one becomes invalid.{% endblocktrans %}
{% trans "Secret:" %} {{ update_secret }}