Locatizations.
[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>