summaryrefslogtreecommitdiff
path: root/templates/todolists
diff options
context:
space:
mode:
Diffstat (limited to 'templates/todolists')
-rw-r--r--templates/todolists/list.html1
-rw-r--r--templates/todolists/todolist_confirm_delete.html1
-rw-r--r--templates/todolists/view.html3
3 files changed, 4 insertions, 1 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html
index 9b423342..ffbab2af 100644
--- a/templates/todolists/list.html
+++ b/templates/todolists/list.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% block title %}Arch Linux - Todo Lists{% endblock %}
{% block content %}
<div class="greybox">
diff --git a/templates/todolists/todolist_confirm_delete.html b/templates/todolists/todolist_confirm_delete.html
index bfa3dbab..c0742d2b 100644
--- a/templates/todolists/todolist_confirm_delete.html
+++ b/templates/todolists/todolist_confirm_delete.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% block title %}Arch Linux - Delete Todo List{% endblock %}
{% block content %}
<div class="greybox">
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index 6f85c231..5af6da81 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% block title %}Arch Linux - Todo - {{ list.name }}{% endblock %}
{% block content %}
<div class="greybox">
@@ -10,7 +11,7 @@
<a href="/todo/edit/{{list.id}}/">Edit Todo List</a>
{% endif %}
</div>
- <h2 class="title">ToDo List: {{ list.name }}</h2>
+ <h2 class="title">Todo List: {{ list.name }}</h2>
<table id="todotable" class="results" width="100%">
<thead>
<tr>