fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5ac0c4cd5430ae8bd7edb236505f9225fa62301d
[wolnelektury.git]
/
src
/
club
/
templates
/
club
/
payment
/
paypal_invite.html
1
{% load i18n static %}
2
<h3>{% trans "Wolisz wpłacić przez PayPal?" %}</h3>
3
<a href="{% url 'paypal_init' schedule.key %}">
4
<div class="iframe">
5
<img src="{% static 'club/paypal.png' %}" alt="PayPal">
6
</div>
7
</a>