From e963dfba5f131394ee545ae6d440a66e1477989b Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Fri, 7 Apr 2017 10:23:49 +0200 Subject: [PATCH] update migdal --- contact/templates/contact/form.html | 4 ++-- contact/templates/contact/thanks.html | 2 +- events/templates/events/event_list.html | 2 +- prawokultury/templates/404.html | 4 ++-- prawokultury/templates/base.html | 18 +++++++++--------- prawokultury/templates/contact/2015-register | 1 - .../templates/contact/2015-register-speaker | 1 - .../contact/register-speaker/form.html | 4 ++-- .../templates/contact/register/form.html | 4 ++-- .../templates/contact/workshop/form.html | 4 ++-- requirements.txt | 2 +- 11 files changed, 22 insertions(+), 24 deletions(-) delete mode 120000 prawokultury/templates/contact/2015-register delete mode 120000 prawokultury/templates/contact/2015-register-speaker diff --git a/contact/templates/contact/form.html b/contact/templates/contact/form.html index 22ca246..f291a4c 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 6194e4e..fa4d8d5 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 b6dd773..ad2a92c 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 62bbbe8..1ef6711 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 6d58deb..97e1537 100755 --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -8,17 +8,17 @@ {% load entry_url %} - {% block "titleextra" %}{% endblock %}CopyCamp + {% block titleextra %}{% endblock %}CopyCamp {% compressed_css 'base' %} - - + + - - - + + + @@ -52,7 +52,7 @@