diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-21 02:28:51 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-21 02:28:51 -0300 |
commit | 5897fba6d3242cc7188d05f8f3be7362a8383761 (patch) | |
tree | 84ccff2220113bff8b38120d04fa4d39f7c1e1fb /templates/releng/results.html | |
parent | a30350ac6e76c66d14f6d78ed2b5ae4e5799c79c (diff) |
More rebranding!
Diffstat (limited to 'templates/releng/results.html')
-rw-r--r-- | templates/releng/results.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/releng/results.html b/templates/releng/results.html index c3e7d99a..6f7d29f0 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %} +{% block title %}Parabola - Release Engineering Testbuild Results{% endblock %} {% block content %} <div class="box"> @@ -13,10 +13,6 @@ if you have tested and used any ISOs. Both successful and failed results are encouraged and welcome.</p> - <p>For more information, see the <a - href="https://wiki.archlinux.org/index.php/DeveloperWiki:releng_testimages_feedback">documentation - on the wiki</a>.</p> - <p>All ISOs referenced on this page are available from <a href="{{ iso_url }}">{{ iso_url }}</a>.</p> |