From: Radek Czajka Date: Tue, 14 Jul 2020 13:19:16 +0000 (+0200) Subject: Minor book funding page changes. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/7a11da008c80f4fd99df338b5166a18667282eb7?hp=b940617257217a8d25cc501ab31f134dea65a0e3 Minor book funding page changes. --- diff --git a/src/funding/locale/pl/LC_MESSAGES/django.mo b/src/funding/locale/pl/LC_MESSAGES/django.mo index 5dcca2129..85a86dceb 100644 Binary files a/src/funding/locale/pl/LC_MESSAGES/django.mo and b/src/funding/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/pl/LC_MESSAGES/django.po b/src/funding/locale/pl/LC_MESSAGES/django.po index 31d700df9..bc5ff210b 100644 --- a/src/funding/locale/pl/LC_MESSAGES/django.po +++ b/src/funding/locale/pl/LC_MESSAGES/django.po @@ -485,7 +485,7 @@ msgstr "" #: templates/funding/offer_detail.html:42 msgid "Support the publication" -msgstr "Wesprzyj publikację" +msgstr "Wpłać przez bezpieczny formularz" #: templates/funding/offer_detail.html:63 msgid "Donate!" diff --git a/src/funding/templates/funding/offer_detail.html b/src/funding/templates/funding/offer_detail.html index 02ad536b0..05e2d7b85 100644 --- a/src/funding/templates/funding/offer_detail.html +++ b/src/funding/templates/funding/offer_detail.html @@ -5,6 +5,7 @@ {% load thumbnail %} {% load build_absolute_uri from fnp_common %} {% load fundings from funding_tags %} +{% load chunks %} {% block titleextra %}{{ object }}{% endblock %} @@ -27,13 +28,7 @@

{% trans "Help free the book!" %}

{{ object.description|safe }} - {{ object.status }} - 1%Możesz też przekazać
1% podatku na rozwój biblioteki. →
- {{ object.status_more }} -

{% trans "Learn more" %}.

- -
{% if object.is_current %} @@ -73,9 +68,17 @@ + {% chunk "funding_form_bottom" %} + + {{ object.status }} + 1%Możesz też przekazać
1% podatku na rozwój biblioteki. →
+ {{ object.status_more }} +

{% trans "Learn more" %}.

+ {% url 'funding_current' object.slug as current %}

{% trans "Tell your friends!" %}

{% share current _("Support Wolne Lektury!") "big" %}

+
{% endif %}

{% trans "See all fundraisers." %}