summaryrefslogtreecommitdiff
path: root/templates/todolists
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2010-11-14 21:38:33 -0800
committerParabola <dev@list.parabolagnulinux.org>2010-11-14 21:38:33 -0800
commit7e1e0dffaf0584270e652815a0b0ed3f03e32add (patch)
tree06e21d33965ab42fee32a5facdb6c96282a62c0e /templates/todolists
parentfcc6d98bc438ea917c757ee1a565a5dba625f333 (diff)
Rebranding for Parabola stage 1
Diffstat (limited to 'templates/todolists')
-rw-r--r--templates/todolists/list.html2
-rw-r--r--templates/todolists/public_list.html2
-rw-r--r--templates/todolists/todolist_confirm_delete.html2
-rw-r--r--templates/todolists/view.html2
4 files changed, 4 insertions, 4 deletions
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 %}
<div id="dev-todo" class="box">
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 %}
<div class="box">
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 %}
<div id="dev-todo-delete" class="box">
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 %}
<div id="dev-todo-details" class="box">