From 5e58ad921ecbab1411695b70536dc98d4a24d06a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 25 Jul 2010 16:14:39 -0500 Subject: Add box style to public todo list page Signed-off-by: Dan McGee --- templates/todolists/public_list.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/todolists/public_list.html b/templates/todolists/public_list.html index f1220f68..e2f2ef9a 100644 --- a/templates/todolists/public_list.html +++ b/templates/todolists/public_list.html @@ -3,6 +3,8 @@ {% block title %}Arch Linux - Todo Lists{% endblock %} {% block content %} +
+

Developer Todo Lists

{% for list in todo_lists %}

{{list.name}}

@@ -16,6 +18,7 @@
{% endfor %}
+ {% load cdn %}{% jquery %}