fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into appdev
[wolnelektury.git]
/
src
/
club
/
templates
/
club
/
payment
/
paypal_invite.html
1
{% load i18n static %}
2
<h3>
3
{% if schedule.monthly %}
4
{% trans "Wolisz ustawić comiesięczną darowiznę przez PayPal?" %}
5
{% else %}
6
{% trans "Wolisz wpłacić przez PayPal?" %}
7
{% endif %}
8
</h3>
9
<a href="{% url 'paypal_init' schedule.key %}">
10
<div class="iframe">
11
<img src="{% static 'club/paypal.png' %}" alt="PayPal">
12
</div>
13
</a>