From 2a45b0ded454a9cf48da1c377e1042bccb0d3e9b Mon Sep 17 00:00:00 2001 From: Őry Máté Date: Mon, 1 Sep 2014 14:16:43 +0200 Subject: [PATCH] dashboard: user compressed css/js files --- circle/dashboard/templates/base.html | 14 ++++++-------- circle/dashboard/templates/dashboard/base.html | 12 ------------ 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/circle/dashboard/templates/base.html b/circle/dashboard/templates/base.html index aede030..d5cebfb 100644 --- a/circle/dashboard/templates/base.html +++ b/circle/dashboard/templates/base.html @@ -1,4 +1,6 @@ {% load i18n %} +{% load staticfiles %} +{% load compressed %} @@ -6,14 +8,11 @@ - + {% block title %}{% block title-page %}{% endblock %} | {% block title-site %}CIRCLE{% endblock %}{% endblock %} - - - - + {% compressed_css 'all' %}