summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/mirrors/mirror_details.html4
-rw-r--r--templates/mirrors/url_details.html2
-rw-r--r--templates/public/https.html4
3 files changed, 3 insertions, 7 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html
index bd302d61..ffaacfe6 100644
--- a/templates/mirrors/mirror_details.html
+++ b/templates/mirrors/mirror_details.html
@@ -63,10 +63,6 @@
<td>{% if mirror.alternate_email %}<a href="mailto:{{ mirror.alternate_email }}">{{ mirror.alternate_email }}</a>{% else %}None{% endif %}</td>
</tr>
<tr>
- <th>Flyspray Issue:</th>
- <td>{% if mirror.bug %}{% bug_link mirror.bug %}{% endif %}</td>
- </tr>
- <tr>
<th>Notes:</th>
<td class="wrap">{{ mirror.notes|linebreaks }}</td>
</tr>
diff --git a/templates/mirrors/url_details.html b/templates/mirrors/url_details.html
index 557a1b79..c47e0508 100644
--- a/templates/mirrors/url_details.html
+++ b/templates/mirrors/url_details.html
@@ -4,7 +4,7 @@
{% load mirror_status %}
{% load flags %}
-{% block title %}Arch Linux - {{ url.url }} - URL Details{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - {{ url.url }} - URL Details{% endblock %}
{% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %}
diff --git a/templates/public/https.html b/templates/public/https.html
index 88056346..9d54646a 100644
--- a/templates/public/https.html
+++ b/templates/public/https.html
@@ -11,7 +11,7 @@
is the <em>only</em> page on the whole site that can be accessed without a
secure connection, all other pages will redirect to the secure version.</p>
- <h2><a href="https://parabola.nu">Enter the secure site</a></h2>
+ <h2><a href="https://www.parabola.nu/">Enter the secure site</a></h2>
<h3>But my browser says the secure site is untrusted</h3>
@@ -42,7 +42,7 @@
<h2>I just want to get the installer ISOs</h2>
<p>You can proceed to our
- <a href="{% wiki_url 'get' %}">ISOs download page</a> on
+ <a href="{% wiki_url 'Get Parabola' %}">ISOs download page</a> on
<a href="{% wiki_url %}">our wiki</a>.</p>
</div>