summaryrefslogtreecommitdiff
path: root/templates/public/userlist.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/userlist.html')
-rw-r--r--templates/public/userlist.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/userlist.html b/templates/public/userlist.html
index b49c5de2..dffd0a17 100644
--- a/templates/public/userlist.html
+++ b/templates/public/userlist.html
@@ -2,14 +2,14 @@
{% load static from staticfiles %}
{% load cache %}
-{% block title %}Arch Linux - {{ group.name }}{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - {{ group.name }}{% endblock %}
{% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %}
{% block content %}
{% cache 600 dev-tu-profiles group.name %}
<div id="dev-tu-profiles" class="box">
- <h2>Arch Linux {{ group.name }}</h2>
+ <h2>{{ BRANDING_DISTRONAME }} {{ group.name }}</h2>
<p>{{ group.description }}</p>