From a22557811a24b68ef85d4271787c48d8d1e4fc99 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 21 Apr 2013 02:49:16 -0400 Subject: catch a few more instances of archlinux --- templates/releng/release_detail.html | 2 +- templates/releng/release_list.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/releng') diff --git a/templates/releng/release_detail.html b/templates/releng/release_detail.html index 09507536..547f82b8 100644 --- a/templates/releng/release_detail.html +++ b/templates/releng/release_detail.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Release: {{ release.version }}{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Release: {{ release.version }}{% endblock %} {% block content %}
diff --git a/templates/releng/release_list.html b/templates/releng/release_list.html index 7197cc8d..eb6f1d2c 100644 --- a/templates/releng/release_list.html +++ b/templates/releng/release_list.html @@ -1,10 +1,10 @@ {% extends "base.html" %} {% load static from staticfiles %} -{% block title %}Arch Linux - Releases{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Releases{% endblock %} {% block head %} - + {% endblock %} {% block content %} -- cgit v1.2.3-54-g00ecf