From 7e1e0dffaf0584270e652815a0b0ed3f03e32add Mon Sep 17 00:00:00 2001 From: Parabola Date: Sun, 14 Nov 2010 21:38:33 -0800 Subject: Rebranding for Parabola stage 1 --- templates/todolists/list.html | 2 +- templates/todolists/public_list.html | 2 +- templates/todolists/todolist_confirm_delete.html | 2 +- templates/todolists/view.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/todolists') diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 2e75bdac..a58fedc8 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Todo Lists{% endblock %} +{% block title %}Parabola - Todo Lists{% endblock %} {% block content %}
diff --git a/templates/todolists/public_list.html b/templates/todolists/public_list.html index fe5ffb5d..97a0325a 100644 --- a/templates/todolists/public_list.html +++ b/templates/todolists/public_list.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Todo Lists{% endblock %} +{% block title %}Parabola - Todo Lists{% endblock %} {% block content %}
diff --git a/templates/todolists/todolist_confirm_delete.html b/templates/todolists/todolist_confirm_delete.html index 5545462f..4be65126 100644 --- a/templates/todolists/todolist_confirm_delete.html +++ b/templates/todolists/todolist_confirm_delete.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Delete Todo List: {{object.name}}{% endblock %} +{% block title %}Parabola - Delete Todo List: {{object.name}}{% endblock %} {% block content %}
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 0792d096..9622739f 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Todo: {{ list.name }}{% endblock %} +{% block title %}Parabola - Todo: {{ list.name }}{% endblock %} {% block content %}
-- cgit v1.2.3-54-g00ecf