diff options
Diffstat (limited to 'templates/releng')
-rw-r--r-- | templates/releng/add.html | 2 | ||||
-rw-r--r-- | templates/releng/results.html | 2 | ||||
-rw-r--r-- | templates/releng/thanks.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/releng/add.html b/templates/releng/add.html index ed02984e..29587cb9 100644 --- a/templates/releng/add.html +++ b/templates/releng/add.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load url from future %} -{% block title %}Arch Linux - Test Result Entry{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Test Result Entry{% endblock %} {% block content %} <div class="box"> diff --git a/templates/releng/results.html b/templates/releng/results.html index c19b42a6..82073ffe 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load url from future %} -{% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Release Engineering Testbuild Results{% endblock %} {% block content %} <div class="box"> diff --git a/templates/releng/thanks.html b/templates/releng/thanks.html index 66d65a5c..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 %}Arch Linux - Feedback - Thanks!{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Feedback - Thanks!{% endblock %} {% block content %} <div class="box"> |