From 6e9477ca630ebee48b3836cdc39bf5cd743e8084 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 1 Mar 2010 21:43:12 -0600 Subject: Unify spelling of 'Todo' We used 'Todo', 'ToDo', and 'To-do' in different places. Unify them all to the first. Signed-off-by: Dan McGee --- templates/todolists/view.html | 5 +++-- todolists/views.py | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/templates/todolists/view.html b/templates/todolists/view.html index b85a4266..9bfda4a5 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 %}
@@ -10,7 +11,7 @@ Edit Todo List {% endif %}
-

ToDo List: {{ list.name }}

+

Todo List: {{ list.name }}

@@ -49,7 +50,7 @@