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 +- templates/todolists/view.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/devel/index.html b/templates/devel/index.html index e341a8b..1203d8a 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 %} diff --git a/templates/todolists/view.html b/templates/todolists/view.html index b85a426..6f85c23 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -46,10 +46,9 @@ - + {% load cdn %}{% jquery %}