summaryrefslogtreecommitdiff
path: root/templates/releng
diff options
context:
space:
mode:
Diffstat (limited to 'templates/releng')
-rw-r--r--templates/releng/add.html6
-rw-r--r--templates/releng/results.html5
-rw-r--r--templates/releng/thanks.html2
3 files changed, 7 insertions, 6 deletions
diff --git a/templates/releng/add.html b/templates/releng/add.html
index 9ceea66e..ec3b6d8a 100644
--- a/templates/releng/add.html
+++ b/templates/releng/add.html
@@ -1,13 +1,13 @@
{% extends "base.html" %}
{% load url from future %}
-{% block title %}Parabola - Test Result Entry{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Test Result Entry{% endblock %}
{% block content %}
<div class="box">
- <h2>Parabola Releng Testbuild Feedback Entry</h2>
+ <h2>{{ BRANDING_SHORTNAME }} Releng Testbuild Feedback Entry</h2>
- <p>This page allows you to submit feedback after testing an Parabola installation
+ <p>This page allows you to submit feedback after testing an {{ BRANDING_SHORTNAME }} installation
using a release engineering testbuild. Mark all the options you used during the
installation; at the end you can specify whether everything went OK. Be
sure to only denote a successful install after having checked the
diff --git a/templates/releng/results.html b/templates/releng/results.html
index 49d81ec4..df98d1ac 100644
--- a/templates/releng/results.html
+++ b/templates/releng/results.html
@@ -1,7 +1,8 @@
{% extends "base.html" %}
{% load url from future %}
+{% load wiki %}
-{% block title %}Parabola - Release Engineering Testbuild Results{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Release Engineering Testbuild Results{% endblock %}
{% block content %}
<div class="box">
@@ -18,7 +19,7 @@
the <a href="{% url 'releng-iso-overview' %}">overview</a>.</p>
<p>For more information, see the <a
- href="https://wiki.parabolagnulinux.org/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
diff --git a/templates/releng/thanks.html b/templates/releng/thanks.html
index 8b204eaa..1ad7260d 100644
--- a/templates/releng/thanks.html
+++ b/templates/releng/thanks.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load url from future %}
-{% block title %}Parabola - Feedback - Thanks!{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Feedback - Thanks!{% endblock %}
{% block content %}
<div class="box">