diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-27 10:27:16 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-27 10:27:16 -0400 |
commit | 63caf646fa72121852eeb4944b6b9ce606665ba0 (patch) | |
tree | fd0a0a2bfa6d961599ae2a737924c1979fbb28b9 /templates/todolists/view.html | |
parent | b4cf5bbafdda1b8f8fb4f51e6c961ffbbfe992d1 (diff) |
find templates -type f -exec sed -i 's/\({% block title %}\)Arch Linux/\1{{ BRANDING_DISTRONAME }}/' {} +
Diffstat (limited to 'templates/todolists/view.html')
-rw-r--r-- | templates/todolists/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 02bbfd4f..e53ead82 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -2,7 +2,7 @@ {% load static from staticfiles %} {% load package_extras %} -{% block title %}Arch Linux - Todo: {{ list.name }}{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Todo: {{ list.name }}{% endblock %} {% block content %} <div id="dev-todo-details" class="box"> |