X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/68af09c31acf809e1206cfe2304ace740f610a1e..b64d44fd01d504fbcbf3a180f9e620fed6d527ed:/prawokultury/templates/base.html
diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html
old mode 100755
new mode 100644
index 7eb4c2c..d2615be
--- a/prawokultury/templates/base.html
+++ b/prawokultury/templates/base.html
@@ -1,43 +1,51 @@
-{% 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 %}
+{% load pipeline %}
+{% load chunks %}
+{% load piwik_tags %}
- {% block "titleextra" %}{% endblock %}{% trans "Culture's right" %}
+ {% block titleextra %}{% endblock %}{% trans "Right to Culture" %}
- {% compressed_css 'base' %}
-
+ {% stylesheet 'base' %}
+ {% block extra_css %}{% endblock %}
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {% block headextra %}{% endblock %}
+ {% load fnp_annoy %}{% annoy %}
@@ -49,7 +57,7 @@