From 60162f36724ac191b0ed9b4da978f73bc128f019 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 4 Nov 2014 11:42:38 -0200 Subject: [PATCH] Using static from staticfiles framework --- colab/proxy/gitlab/templates/proxy/gitlab.html | 2 +- colab/proxy/noosfero/templates/proxy/noosfero.html | 2 +- colab/search/templates/search/search.html | 3 ++- colab/templates/base.html | 3 ++- colab/templates/doughnut-chart.html | 3 ++- colab/templates/dpaste/base.html | 2 +- colab/templates/pizza-chart.html | 3 ++- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/colab/proxy/gitlab/templates/proxy/gitlab.html b/colab/proxy/gitlab/templates/proxy/gitlab.html index 6694ca5..21bc13e 100644 --- a/colab/proxy/gitlab/templates/proxy/gitlab.html +++ b/colab/proxy/gitlab/templates/proxy/gitlab.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% load static %} +{% load static from staticfiles %} {% block head_css %}