From e247e0dd8c1cd6e27be4ec12de9038cc492faf0a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 27 Aug 2010 09:20:14 -0500 Subject: Add table sorting to a handful of pages Anything that it makes sense to add it to gets the treatment here. Anything with pagination can wait as that will be tougher. We also need to deal with odd/even formatting. Signed-off-by: Dan McGee --- templates/todolists/list.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'templates/todolists') diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 60e347d..bbd39f3 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -36,6 +36,12 @@ {% endfor %} - - + +{% load cdn %}{% jquery %} + + {% endblock %} -- cgit v1.2.3-24-g4f1b