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/packages/groups.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/packages/groups.html') diff --git a/templates/packages/groups.html b/templates/packages/groups.html index dad8665d..2786244d 100644 --- a/templates/packages/groups.html +++ b/templates/packages/groups.html @@ -1,4 +1,6 @@ {% extends "base.html" %} +{% load static from staticfiles %} + {% block title %}Arch Linux - Package Groups{% if arch %} - {{ arch }}{% endif %}{% endblock %} {% block navbarclass %}anb-packages{% endblock %} @@ -28,8 +30,8 @@ {% load cdn %}{% jquery %} - - + +