From 58fc2000c7ec6d4cfe53dda6999b244275420c08 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Fri, 6 Jul 2012 12:13:32 -0400 Subject: [PATCH] Use `static.url` for static assets --- cms/templates/base.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/cms/templates/base.html b/cms/templates/base.html index eaad889675..dbae876eca 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -9,26 +9,26 @@ % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: <%static:css group='base-style'/> % else: - + % endif - - + + <%block name="title"></%block> - <%include file="widgets/header.html"/> + <%include file="widgets/header.html"/> - <%block name="content"> + <%block name="content"> - - - - - - + + + + + + % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: <%static:js group='main'/> % else: @@ -36,10 +36,10 @@ % endif <%static:js group='module-js'/> - - - - + + + +