From 8383a071608329c7683f7a710030ce945bd20b4d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 8 Jul 2012 23:30:48 -0500 Subject: Add a new jquery_tablesorter CDN template tag And use it everywhere we were including the file before. This should make updating the version a heck of a lot easier. Signed-off-by: Dan McGee --- templates/todolists/public_list.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/todolists/public_list.html') diff --git a/templates/todolists/public_list.html b/templates/todolists/public_list.html index c3142da3..9e0e5234 100644 --- a/templates/todolists/public_list.html +++ b/templates/todolists/public_list.html @@ -65,8 +65,7 @@

{{ list.name }}

{% endfor %} {% endif %} -{% load cdn %}{% jquery %} - +{% load cdn %}{% jquery %}{% jquery_tablesorter %}