mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
500's
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>Deep South Sounds</title>
|
||||
{% include 'inc/meta.html' %}
|
||||
{% load require %}
|
||||
{% load compress %}
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap.css">
|
||||
@@ -43,7 +44,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/settings/"></script>
|
||||
<script data-main="{{ STATIC_URL }}js/app/dss.bootstrapper.js" src="{{ STATIC_URL }}js/libs/require.js"></script>
|
||||
{% require_module 'app/dss.bootstrapper' %}
|
||||
{% compress js %}
|
||||
{% if DEBUG %}
|
||||
<script src="{{ STATIC_URL }}js/libs/sm/soundmanager2.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user