diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2010-11-14 21:38:33 -0800 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2010-11-14 21:38:33 -0800 |
commit | 7e1e0dffaf0584270e652815a0b0ed3f03e32add (patch) | |
tree | 06e21d33965ab42fee32a5facdb6c96282a62c0e /templates/public/userlist.html | |
parent | fcc6d98bc438ea917c757ee1a565a5dba625f333 (diff) |
Rebranding for Parabola stage 1
Diffstat (limited to 'templates/public/userlist.html')
-rw-r--r-- | templates/public/userlist.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/userlist.html b/templates/public/userlist.html index c51215c3..66543191 100644 --- a/templates/public/userlist.html +++ b/templates/public/userlist.html @@ -1,13 +1,13 @@ {% extends "base.html" %} {% load cache %} -{% block title %}Arch Linux - {{ user_type }}{% endblock %} +{% block title %}Parabola - {{ user_type }}{% endblock %} {% block content %} {% cache 600 dev-tu-profiles user_type %} <div id="dev-tu-profiles" class="box"> - <h2>Arch Linux {{user_type}}</h2> + <h2>Parabola {{user_type}}</h2> <p>{{description}}</p> |