X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/3f6f55a25872c1d1465f7bdb59e8a766da9c51cc..14425cbf8199fa9edbad4fab49eb8a79b7eeadd0:/prawokultury/templates/base.html diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html old mode 100755 new mode 100644 index 3d36dcf..d2615be --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -1,67 +1,97 @@ -{% load url from future %} -{% load i18n static %} -{% load migdal_tags events_tags %} -{% load compressed %} - +{% load i18n %} +{% load static from staticfiles %} +{% load fnp_common menu_tags migdal_tags events_tags fnp_share fnp_lang %} +{% load pipeline %} +{% load chunks %} +{% load piwik_tags %} + - {% trans "Culture's right" %} - {% compressed_css 'base' %} + {% block titleextra %}{% endblock %}{% trans "Right to Culture" %} + + {% stylesheet 'base' %} + {% block extra_css %}{% endblock %} + + + + + + + + + + {% block headextra %}{% endblock %} + {% load fnp_annoy %}{% annoy %}
- -
{% trans "Organizer" %}
- + {% trans -
+
+ {% comment %} +
{% trans "Sponsor" %}
{% trans
+ {% endcomment %}
-
+ {% comment %} + + + + {% endcomment %} + +
@@ -80,10 +110,8 @@
ul. Marszałkowska 84/92 lok. 125
00-514 Warszawa
- tel/fax: +48 22 621 30 17
+ tel: +48 22 621 30 17
e-mail: fundacja@nowoczesnapolska.org.pl
-
- {% trans "If not explicitly stated otherwise, all texts are licensed under the Creative Commons Attribution-Share Alike free license." %}

+ +
- - {% compressed_js 'base' %} + + {% javascript 'base' %} + {% tracking_code %} + {% block extra_js %}{% endblock %}