From: Aleksander Ɓukasz Date: Wed, 10 Jul 2013 09:25:49 +0000 (+0200) Subject: Use new 'static' templatetag from contrib.staticfiles X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/e9e97d6570c4c00dffaa7cb7b162666e7634bc3e Use new 'static' templatetag from contrib.staticfiles This will generate urls containing md5 hash that link to files generated by CachedStaticFilesStorage --- diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html index 4f7565c..28aef95 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 menu_tags migdal_tags events_tags fnp_share fnp_lang %} {% load compressed %}