summaryrefslogtreecommitdiff
path: root/templates/devel
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel')
-rw-r--r--templates/devel/clock.html2
-rw-r--r--templates/devel/index.html2
-rw-r--r--templates/devel/packages.html2
-rw-r--r--templates/devel/profile.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html
index 9d672f12..6dc7defd 100644
--- a/templates/devel/clock.html
+++ b/templates/devel/clock.html
@@ -4,7 +4,7 @@
{% load flags %}
{% load tz %}
-{% block title %}Arch Linux - Developer World Clocks{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Developer World Clocks{% endblock %}
{% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %}
diff --git a/templates/devel/index.html b/templates/devel/index.html
index e9330734..0de285d5 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -5,7 +5,7 @@
{% load package_extras %}
{% load todolists %}
-{% block title %}Arch Linux - Developer Dashboard{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Developer Dashboard{% endblock %}
{% block content %}
<div id="dev-dashboard" class="box">
diff --git a/templates/devel/packages.html b/templates/devel/packages.html
index c190ab08..63dd91aa 100644
--- a/templates/devel/packages.html
+++ b/templates/devel/packages.html
@@ -4,7 +4,7 @@
{% load attributes %}
{% load package_extras %}
-{% block title %}Arch Linux - {{ 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 acdc22a9..dff5d925 100644
--- a/templates/devel/profile.html
+++ b/templates/devel/profile.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static from staticfiles %}
-{% block title %}Arch Linux - Edit Profile{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Edit Profile{% endblock %}
{% block content %}
<div id="dev-edit-profile" class="box">