diff options
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/clock.html | 4 | ||||
-rw-r--r-- | templates/devel/index.html | 2 | ||||
-rw-r--r-- | templates/devel/packages.html | 2 | ||||
-rw-r--r-- | templates/devel/profile.html | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 0cad9d1b..9ee5494a 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -2,11 +2,11 @@ {% load static from staticfiles %} {% load tz %} -{% block title %}Parabola GNU/Linux-libre - Hackers World Clocks{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Hacker World Clocks{% endblock %} {% block content %} <div id="dev-clocks-box" class="box"> - <h2>Hackers World Clocks</h2> + <h2>Hacker World Clocks</h2> <p>This page helps prevent you from waking a sleeping hacker. It also depends on hackers keeping the time zone information up to date, so if diff --git a/templates/devel/index.html b/templates/devel/index.html index 9f897317..de132fd0 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -3,7 +3,7 @@ {% load cache %} {% load package_extras %} -{% block title %}Parabola - Hacker Dashboard{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Hacker Dashboard{% endblock %} {% block content %} <div id="dev-dashboard" class="box"> diff --git a/templates/devel/packages.html b/templates/devel/packages.html index 6979e8c2..77146891 100644 --- a/templates/devel/packages.html +++ b/templates/devel/packages.html @@ -3,7 +3,7 @@ {% load attributes %} {% load package_extras %} -{% block title %}Parabola - {{ title }}{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - {{ title }}{% endblock %} {% block content %} <div class="box"> diff --git a/templates/devel/profile.html b/templates/devel/profile.html index b497a20a..54a3771c 100644 --- a/templates/devel/profile.html +++ b/templates/devel/profile.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Parabola - Edit Profile{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Edit Profile{% endblock %} {% block content %} <div id="dev-edit-profile" class="box"> |