paypal
[wolnelektury.git] / src / club / templates / club / payment / payu-re.html
index a1bc573..c3e3ea5 100644 (file)
@@ -1,5 +1,13 @@
-{% load staticfiles %}
-<img src="{% static 'club/payu/payu.png' %}">
-<img src="{% static 'club/visa-100.png' %}">
-<img src="{% static 'club/mastercard.png' %}">
-+<br>Płatność cykliczna, odnawiana automatycznie.
+{% load i18n %}
+{% load static %}
+<span style="padding-right: 5px; font-size: 12px">
+  {% trans "Safe payments" %}
+</span>
+<span class="button active" data-method="payu-re">
+  <img src="{% static 'club/payu/payu.png' %}" alt="PayU">
+  <img src="{% static 'club/visa-100.png' %}" alt="Visa" >
+  <img src="{% static 'club/mastercard.png' %}" alt="Mastercard">
+</span>
+<span class="button" data-method="paypal">
+  <img src="{% static 'club/paypal2.png' %}" alt="PayPal">
+</span>