fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
b940617
)
Minor book funding page changes.
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 14 Jul 2020 13:19:16 +0000
(15:19 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000
(14:15 +0200)
src/funding/locale/pl/LC_MESSAGES/django.mo
patch
|
blob
|
history
src/funding/locale/pl/LC_MESSAGES/django.po
patch
|
blob
|
history
src/funding/templates/funding/offer_detail.html
patch
|
blob
|
history
diff --git
a/src/funding/locale/pl/LC_MESSAGES/django.mo
b/src/funding/locale/pl/LC_MESSAGES/django.mo
index
5dcca21
..
85a86dc
100644
(file)
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
31d700d
..
bc5ff21
100644
(file)
--- 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"
#: templates/funding/offer_detail.html:42
msgid "Support the publication"
-msgstr "W
esprzyj publikację
"
+msgstr "W
płać przez bezpieczny formularz
"
#: templates/funding/offer_detail.html:63
msgid "Donate!"
#: 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
02ad536
..
05e2d7b
100644
(file)
--- 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 thumbnail %}
{% load build_absolute_uri from fnp_common %}
{% load fundings from funding_tags %}
+{% load chunks %}
{% block titleextra %}{{ object }}{% endblock %}
{% block titleextra %}{{ object }}{% endblock %}
@@
-27,13
+28,7
@@
<div class="normal-text">
<h3>{% trans "Help free the book!" %}</h3>
{{ object.description|safe }}
<div class="normal-text">
<h3>{% trans "Help free the book!" %}</h3>
{{ object.description|safe }}
- {{ object.status }}
- <a href='//nowoczesnapolska.org.pl/pomoz-nam/wesprzyj-nas/' target="_blank" style='float:right;border:1px solid #ddd;padding: 1em;margin:0 0 1em 1em;background:#eee;'><img src='//nowoczesnapolska.org.pl/wp-content/themes/koed/annoy/procent.png' alt='1%' style='float:left;margin-right: 1em;margin-top:.2em;'>Możesz też przekazać<br/>1% podatku na rozwój biblioteki. →</a>
- {{ object.status_more }}
- <p><a href="{% url 'infopage' 'wesprzyj' %}">{% trans "Learn more" %}</a>.</p>
</div>
</div>
-
- <div style="clear:both;"></div>
</div>
{% if object.is_current %}
</div>
{% if object.is_current %}
@@
-73,9
+68,17
@@
</form>
</div>
</form>
</div>
+ {% chunk "funding_form_bottom" %}
+
+ {{ object.status }}
+ <a href='//nowoczesnapolska.org.pl/pomoz-nam/wesprzyj-nas/' target="_blank" style='float:right;border:1px solid #ddd;padding: 1em;margin:0 0 1em 1em;background:#eee;'><img src='//nowoczesnapolska.org.pl/wp-content/themes/koed/annoy/procent.png' alt='1%' style='float:left;margin-right: 1em;margin-top:.2em;'>Możesz też przekazać<br/>1% podatku na rozwój biblioteki. →</a>
+ {{ object.status_more }}
+ <p><a href="{% url 'infopage' 'wesprzyj' %}">{% trans "Learn more" %}</a>.</p>
+
{% url 'funding_current' object.slug as current %}
<p class="normal-text">{% trans "Tell your friends!" %}</p>
<p class="share">{% share current _("Support Wolne Lektury!") "big" %}</p>
{% url 'funding_current' object.slug as current %}
<p class="normal-text">{% trans "Tell your friends!" %}</p>
<p class="share">{% share current _("Support Wolne Lektury!") "big" %}</p>
+ <div style="clear:both;"></div>
{% endif %}
<p class="normal-text"><a href="{% url 'funding' %}">{% trans "See all fundraisers." %}</a></p>
{% endif %}
<p class="normal-text"><a href="{% url 'funding' %}">{% trans "See all fundraisers." %}</a></p>