fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6a29097acca76a8384310232e1f997550355bf3f
[wolnelektury.git]
/
src
/
club
/
templates
/
club
/
payment
/
paypal_invite.html
1
{% load static %}
2
<h3>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>