From 696c97b7f86730e36c94a05234bb9627a575281b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 27 Feb 2010 14:13:44 -0600 Subject: Convert templates to use jquery cdn tag Signed-off-by: Dan McGee --- templates/devel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/devel') diff --git a/templates/devel/index.html b/templates/devel/index.html index e341a8bb..1203d8a6 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block head %} - +{% load cdn %}{% jquery %} {% endblock %} {% block content %} -- cgit v1.2.3-2-g168b