X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/0e199a41c0f2375dbf555452bbdc46162fff8853..e9e97d6570c4c00dffaa7cb7b162666e7634bc3e:/prawokultury/templates/base.html diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html index 94a44f2..28aef95 100755 --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -1,21 +1,30 @@ {% load url from future %} -{% load i18n static %} -{% load migdal_tags events_tags %} +{% load i18n %} +{% load static from staticfiles %} +{% load fnp_common menu_tags migdal_tags events_tags fnp_share fnp_lang %} {% load compressed %} - + - {% trans "Culture's right" %} + {% block "titleextra" %}{% endblock %}{% trans "Right to Culture" %} + {% compressed_css 'base' %} + {% block "extra_css" %}{% endblock %} + + + + + + + +
- -
@@ -26,7 +35,7 @@ alt="{% trans "Modern Poland Foundation" %}" />
{% trans "Sponsor" %}
- + {% trans
@@ -36,14 +45,15 @@ @@ -52,16 +62,23 @@ {% compressed_js 'base' %} + {{ piwik_tag|safe }} + {% block "extra_js" %}{% endblock %}