From 172c215ea517a4654e7a608cce9e0e88c9e57465 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 31 Aug 2014 02:03:11 +0200 Subject: [PATCH] remove useless "back to overview" links in content area - we have a link to overview in navbar --- nsupdate/main/templates/main/domain.html | 2 +- nsupdate/main/templates/main/generate_ns_secret.html | 3 +-- nsupdate/main/templates/main/generate_secret.html | 3 +-- nsupdate/main/templates/main/host.html | 2 +- nsupdate/main/templates/main/updater_hostconfig.html | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) 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 %}
-

{{ domain.domain }}
{% trans "back to overview" %}

+

{{ domain.domain }}

{% trans "Edit Domain" %}

{% 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 "Nameserver Shared Secret Generated" %}
- {% trans "back to overview" %}

+

{% trans "Nameserver Shared Secret Generated" %}

{% 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 @@
-

{% trans "Host Secret Generated" %}
- {% trans "back to overview" %}

+

{% trans "Host Secret Generated" %}

{% 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 }}

diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index fcde873..0028e35 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -3,7 +3,7 @@ {% block content %}
-

{{ host.get_fqdn }}
{% trans "back to overview" %}

+

{{ host.get_fqdn }}

{% trans "Edit Host" %}

diff --git a/nsupdate/main/templates/main/updater_hostconfig.html b/nsupdate/main/templates/main/updater_hostconfig.html index 6d9aae7..de616c1 100644 --- a/nsupdate/main/templates/main/updater_hostconfig.html +++ b/nsupdate/main/templates/main/updater_hostconfig.html @@ -3,7 +3,7 @@ {% block content %}
-

{{ object.hostname }} ({{ object.service.name }})
{% trans "back to overview" %}

+

{{ object.hostname }} ({{ object.service.name }})

{% trans "Edit Updater Configuration" %}