From fd3f6956dda159fa121375bb8a6bc122e022847c Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sat, 15 Jun 2013 22:13:41 +0100 Subject: [PATCH] 500's --- manage.py | 0 spa/views.py | 3 +++ templates/base.html | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 manage.py diff --git a/manage.py b/manage.py old mode 100644 new mode 100755 diff --git a/spa/views.py b/spa/views.py index 51d4643..428cc35 100644 --- a/spa/views.py +++ b/spa/views.py @@ -1,6 +1,9 @@ import logging from django.shortcuts import render_to_response, redirect +from django.template import loader, Context from django.template.context import RequestContext +import sys +from django.utils import http from core.utils.string import lreplace, rreplace from spa.social.views import social_redirect diff --git a/templates/base.html b/templates/base.html index a005322..c555a97 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,7 @@ Deep South Sounds {% include 'inc/meta.html' %} + {% load require %} {% load compress %} {% compress css %} @@ -43,7 +44,7 @@ - +{% require_module 'app/dss.bootstrapper' %} {% compress js %} {% if DEBUG %}