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/releng/iso_overview.html | 5 +++-- templates/releng/result_list.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/releng') diff --git a/templates/releng/iso_overview.html b/templates/releng/iso_overview.html index 76479c5..ca5a8c0 100644 --- a/templates/releng/iso_overview.html +++ b/templates/releng/iso_overview.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load static from staticfiles %} {% load url from future %} {% block content %} @@ -31,8 +32,8 @@ {% load cdn %}{% jquery %} - - + + - + +