summaryrefslogtreecommitdiffstats
path: root/templates/todolists/view.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-03-03 13:55:54 +0100
committerDan McGee <dan@archlinux.org>2010-03-03 13:55:54 +0100
commit83b7b94c0b062b0c209ea47de9180f28db6dbb81 (patch)
tree10996dee5eadc35603a59bfcd8a2c7d55b3d2de1 /templates/todolists/view.html
parent558fad8bee8b456eef23532ef2c15f897414be86 (diff)
parentf7e15ed728d7c5e3470f6127cc21e64baefcbfb2 (diff)
downloadarchweb-83b7b94c0b062b0c209ea47de9180f28db6dbb81.tar.gz
archweb-83b7b94c0b062b0c209ea47de9180f28db6dbb81.tar.xz
Merge branch 'master' into cdn-jquery
Conflicts: templates/todolists/view.html
Diffstat (limited to 'templates/todolists/view.html')
-rw-r--r--templates/todolists/view.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index 6f85c23..5af6da8 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>