From: Jan Szejko Date: Mon, 19 Sep 2016 13:47:12 +0000 (+0200) Subject: block tags, bleh (migdal compatibility) X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/3552318f888ebf2ab262ca435ec00eb706badadd block tags, bleh (migdal compatibility) --- diff --git a/contact/templates/contact/form.html b/contact/templates/contact/form.html index f1b06fb..29fdfa8 100644 --- a/contact/templates/contact/form.html +++ b/contact/templates/contact/form.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% load i18n chunks %} -{% block titleextra %}{{ form.form_title }} :: {% endblock %} +{% block "titleextra" %}{{ form.form_title }} :: {% endblock %} -{% block body %} +{% block "body" %}

{% block contact_form_title %}{{ form.form_title }}{% endblock %}

diff --git a/contact/templates/contact/thanks.html b/contact/templates/contact/thanks.html index fa4d8d5..6194e4e 100644 --- a/contact/templates/contact/thanks.html +++ b/contact/templates/contact/thanks.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% block body %} +{% block "body" %}

{% block contact_form_title %}{% trans "Thank you" %}{% endblock %}

diff --git a/events/templates/events/event_list.html b/events/templates/events/event_list.html index ad2a92c..b6dd773 100755 --- a/events/templates/events/event_list.html +++ b/events/templates/events/event_list.html @@ -3,7 +3,7 @@ {% load i18n pagination_tags fnp_prevnext %} {% load events_tags %} -{% block body %} +{% block "body" %}

{% trans "Events" %}

{% autopaginate object_list 10 %} diff --git a/prawokultury/templates/404.html b/prawokultury/templates/404.html index 1ef6711..62bbbe8 100755 --- a/prawokultury/templates/404.html +++ b/prawokultury/templates/404.html @@ -2,10 +2,10 @@ {% load i18n %} -{% block titleextra %}{% trans "Page not found" %} :: {% endblock %} +{% block "titleextra" %}{% trans "Page not found" %} :: {% endblock %} -{% block body %} +{% block "body" %}

{% trans "Page not found" %}

diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html index 8c80fc9..94d9954 100755 --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -7,17 +7,17 @@ {% load piwik_tags %} - {% block titleextra %}{% endblock %}CopyCamp + {% block "titleextra" %}{% endblock %}CopyCamp {% compressed_css 'base' %} - - + + - - - + + + @@ -51,7 +51,7 @@