From 0986233dc5f9437fc020c3df70fb4e488a8b1280 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Wed, 10 Jul 2013 11:14:58 +0200 Subject: [PATCH] Use new 'static' templatetag from contrib.staticfiles This will generate urls containing md5 hash that link to files generated by CachedStaticFilesStorage --- prawokultury/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html index 19eefc4..7b5a4b0 100755 --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -1,6 +1,7 @@ {% load url from future %} -{% load i18n static %} +{% load i18n %} +{% load static from staticfiles %} {% load fnp_common migdal_tags fnp_share fnp_lang menu_tags %} {% load sponsor_tags %} {% load compressed %} -- 2.20.1