remove useless "back to overview" links in content area - we have a link to overview in navbar

This commit is contained in:
Thomas Waldmann 2014-08-31 02:03:11 +02:00
parent 6fd1bd4da1
commit 172c215ea5
5 changed files with 5 additions and 7 deletions

View File

@ -3,7 +3,7 @@
{% block content %}
<div class="row">
<h3>{{ domain.domain }} <br><small><a href="{% url 'overview' %}"><i class="fa fa-angle-double-left"></i> {% trans "back to overview" %}</a></small></h3>
<h3>{{ domain.domain }}</h3>
<div class="col-md-8">
<h3>{% trans "Edit Domain" %}</h3>
<p>{% 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." %}</p>

View File

@ -5,8 +5,7 @@
<div class="row">
<div class="col-lg-12">
<div class="well">
<h3>{% trans "Nameserver Shared Secret Generated" %} <small><br>
<a href="{% url 'overview' %}"><i class="fa fa-angle-double-left"></i> {% trans "back to overview" %}</a></small></h3>
<h3>{% trans "Nameserver Shared Secret Generated" %}</h3>
<p>{% 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." %}</p>
<p>{% trans "Algorithm:" %} <b>{{ object.get_bind9_algorithm }}</b></p>
<p>{% trans "Secret:" %} <b>{{ shared_secret }}</b></p>

View File

@ -5,8 +5,7 @@
<div class="row">
<div class="col-lg-4">
<div class="well">
<h3>{% trans "Host Secret Generated" %} <small><br>
<a href="{% url 'overview' %}"><i class="fa fa-angle-double-left"></i> {% trans "back to overview" %}</a></small></h3>
<h3>{% trans "Host Secret Generated" %}</h3>
<p>{% 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 %}</p>
<p>{% trans "Secret:" %} <b>{{ update_secret }}</b></p>
</div>

View File

@ -3,7 +3,7 @@
{% block content %}
<div class="row">
<h3>{{ host.get_fqdn }} <br><small><a href="{% url 'overview' %}"><i class="fa fa-angle-double-left"></i> {% trans "back to overview" %}</a></small></h3>
<h3>{{ host.get_fqdn }}</h3>
<div class="col-md-4">
<h3>{% trans "Edit Host" %}</h3>
<form method="post" action="">

View File

@ -3,7 +3,7 @@
{% block content %}
<div class="row">
<h3>{{ object.hostname }} ({{ object.service.name }}) <br><small><a href="{% url 'updater_hostconfig_overview' object.host.pk %}"><i class="fa fa-angle-double-left"></i> {% trans "back to overview" %}</a></small></h3>
<h3>{{ object.hostname }} ({{ object.service.name }})</h3>
<div class="col-lg-6">
<h3>{% trans "Edit Updater Configuration" %}</h3>
<form method="post" action="">