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