X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/48a8d1d73adefae7f0c58015494ce956d7cd70df..ca336bd1f9658cf713681d1412d4153e5c4d9c93:/src/club/templates/payu/rec_payment.html diff --git a/src/club/templates/payu/rec_payment.html b/src/club/templates/payu/rec_payment.html new file mode 100644 index 000000000..56425e4f7 --- /dev/null +++ b/src/club/templates/payu/rec_payment.html @@ -0,0 +1,44 @@ +{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %} + + +{% block titleextra %}Towarzystwo Wolnych Lektur{% endblock %} + + +{% block body %} +
+ +

Płatność cykliczna przez PayU

+ +

{{ schedule.email }}

+

{{ schedule.amount }}

+

{{ schedule.plan.get_interval_display }}

+ +
+ {% csrf_token %} + {{ form }} +
+ + + + + +
+ + +
+ +{% endblock %}