diff options
Diffstat (limited to 'templates/releng/results.html')
-rw-r--r-- | templates/releng/results.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/releng/results.html b/templates/releng/results.html index 59d8351d..71a31fef 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -1,6 +1,7 @@ {% extends "base.html" %} +{% load wiki %} -{% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Release Engineering Testbuild Results{% endblock %} {% block content %} <div class="box"> @@ -17,7 +18,7 @@ the <a href="{% url 'releng-iso-overview' %}">overview</a>.</p> <p>For more information, see the <a - href="https://wiki.archlinux.org/index.php/DeveloperWiki:releng_testimages_feedback">documentation + href="{% wiki_url 'DeveloperWiki:releng_testimages_feedback' %}">documentation on the wiki</a>.</p> <p>All ISOs referenced on this page are available from |