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/packages/differences.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/packages/differences.html') diff --git a/templates/packages/differences.html b/templates/packages/differences.html index 01e1f857..8d6887a3 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -95,8 +95,7 @@ -{% load cdn %}{% jquery %} - +{% load cdn %}{% jquery %}{% jquery_tablesorter %} {% endif %} -- cgit v1.2.3-2-g168b From 3e085183bf39c59fdcd0b9e67b5a02653a51d30e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 20 Apr 2013 11:28:12 -0500 Subject: Move all script blocks into {% script_block %} section I added this a while back, but didn't roll it out to all templates. Signed-off-by: Dan McGee --- templates/packages/differences.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/packages/differences.html') diff --git a/templates/packages/differences.html b/templates/packages/differences.html index 61906fef..3d3f6edf 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -93,7 +93,9 @@ +{% endblock %} +{% block script_block %} {% load cdn %}{% jquery %}{% jquery_tablesorter %} -{% endif %} {% endblock %} -- cgit v1.2.3-2-g168b