From 643224d5755e02ad15cb4a2086949ca04382fff8 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Thu, 2 Aug 2012 00:22:57 +0000 Subject: [PATCH] Now using compressor and trying to fix test CSRF issue. --- pinry/core/templates/core/base.html | 27 ++++++++++----------------- pinry/core/tests.py | 3 --- pinry/pins/tests.py | 4 ---- pinry/pins/views.py | 2 ++ pinry/settings/__init__.py | 3 +++ requirements.txt | 3 +++ 6 files changed, 18 insertions(+), 24 deletions(-) diff --git a/pinry/core/templates/core/base.html b/pinry/core/templates/core/base.html index 3363bcb..773c915 100644 --- a/pinry/core/templates/core/base.html +++ b/pinry/core/templates/core/base.html @@ -1,21 +1,19 @@ {% load new_pin %} +{% load compress %} {{ site_name }} - {% block title %}{% endblock %} - {% if debug %} + {% compress css %} - {% else %} - - - {% endif %} - + + {% endcompress %} - +