From 538f57c7446397b44036a0f3e068b298a43e4d70 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 27 Aug 2010 10:04:00 -0500 Subject: Make public todolist view more useful Show all the details the developer page does, make the lists always visible, and add JS table sorting to each table on the page. This commit also adds table sorting to the developer list view as well. Signed-off-by: Dan McGee --- templates/todolists/view.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/todolists/view.html') diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 1c25392..b5f9a32 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -19,7 +19,7 @@

{{list.description|safe|linebreaks}}

- +
@@ -50,10 +50,9 @@ {% endfor %}
Name
- - - + {% load cdn %}{% jquery %} + {% endblock %} -- cgit v1.2.3-24-g4f1b