From 8777ccf001374460a573bd1e417b0996a633f6bb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 1 Mar 2010 21:43:52 -0600 Subject: Fix up HTML titles on a lot of pages We didn't include them on many pages, or the ones we did weren't always useful. Also try to keep the boilerplate to a minimum so you can see the important bits in the title. 'Arch Linux - ' comes first in all titles, and from there it can be filled in with something useful. Signed-off-by: Dan McGee --- templates/todolists/list.html | 1 + templates/todolists/todolist_confirm_delete.html | 1 + 2 files changed, 2 insertions(+) (limited to 'templates/todolists') 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 %}
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 %}
-- cgit v1.2.3-54-g00ecf