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/devel | |
parent | fcc6d98bc438ea917c757ee1a565a5dba625f333 (diff) |
Rebranding for Parabola stage 1
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/index.html | 2 | ||||
-rw-r--r-- | templates/devel/profile.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index baad92e4..e1fe8deb 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Developer Dashboard{% endblock %} +{% block title %}Parabola - Developer Dashboard{% endblock %} {% block content %} <div id="dev-dashboard" class="box"> diff --git a/templates/devel/profile.html b/templates/devel/profile.html index 2f16801b..b731b3a7 100644 --- a/templates/devel/profile.html +++ b/templates/devel/profile.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Edit Profile{% endblock %} +{% block title %}Parabola - Edit Profile{% endblock %} {% block content %} <div id="dev-edit-profile" class="box"> |