From 3e2e4d4ef8910351910d633d17f8b4e9c0ea4c74 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 24 Mar 2012 12:37:19 -0500 Subject: Convert STATIC_URL usage to {% static %} template tag This is a lot more flexible and will allow more than just simple prefixing of the static file resources. Signed-off-by: Dan McGee --- templates/todolists/list.html | 5 +++-- templates/todolists/public_list.html | 5 +++-- templates/todolists/view.html | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'templates/todolists') diff --git a/templates/todolists/list.html b/templates/todolists/list.html index b829a12..88df4c8 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load static from staticfiles %} {% block title %}Arch Linux - Todo Lists{% endblock %} @@ -43,8 +44,8 @@ {% load cdn %}{% jquery %} - - + + - + + - + +