fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Change donation form
[wolnelektury.git]
/
src
/
club
/
templates
/
club
/
payment
/
paypal_invite.html
diff --git
a/src/club/templates/club/payment/paypal_invite.html
b/src/club/templates/club/payment/paypal_invite.html
index
5ac0c4c
..
baaf09d
100644
(file)
--- a/
src/club/templates/club/payment/paypal_invite.html
+++ b/
src/club/templates/club/payment/paypal_invite.html
@@
-1,5
+1,11
@@
{% load i18n static %}
{% load i18n static %}
-<h3>{% trans "Wolisz wpłacić przez PayPal?" %}</h3>
+<h3>
+ {% if schedule.monthly %}
+ {% trans "Wolisz ustawić comiesięczną darowiznę przez PayPal?" %}
+ {% else %}
+ {% trans "Wolisz wpłacić przez PayPal?" %}
+ {% endif %}
+</h3>
<a href="{% url 'paypal_init' schedule.key %}">
<div class="iframe">
<img src="{% static 'club/paypal.png' %}" alt="PayPal">
<a href="{% url 'paypal_init' schedule.key %}">
<div class="iframe">
<img src="{% static 'club/paypal.png' %}" alt="PayPal">