From 20198e67ff37565932bc9b036bb678e8243d46c5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 24 Mar 2012 12:24:47 -0500 Subject: Begin removal of cdnprefix tag This starts the removal of this code I wrote a while ago in favor of the now core Django static files application and the helpful static template tag. Signed-off-by: Dan McGee --- templates/base.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 79c7cc9..b8a5be4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,15 +1,15 @@ -{% load url from future %} +{% load url from future %}{% load static from staticfiles %} {% block title %}Arch Linux{% endblock %} - - - - - - - + + + + + + + {% block head %}{% endblock %} -- cgit v1.2.3-24-g4f1b