From 322e043b7a5ff7f55c1acf9919f12920a8c1140f Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Sat, 8 Mar 2014 00:00:23 -0800 Subject: [PATCH] Re-add quotes on template URL params --- todo/templates/todo/list_lists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo/templates/todo/list_lists.html b/todo/templates/todo/list_lists.html index f52cbfc..89370a8 100644 --- a/todo/templates/todo/list_lists.html +++ b/todo/templates/todo/list_lists.html @@ -35,6 +35,6 @@   -

Create new todo list

+

Create new todo list

{% endblock %}