X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/48a8d1d73adefae7f0c58015494ce956d7cd70df..ca336bd1f9658cf713681d1412d4153e5c4d9c93:/src/club/templates/club/dummy_payment.html diff --git a/src/club/templates/club/dummy_payment.html b/src/club/templates/club/dummy_payment.html index a24e603a6..2809c5e1a 100644 --- a/src/club/templates/club/dummy_payment.html +++ b/src/club/templates/club/dummy_payment.html @@ -1,4 +1,4 @@ -{% extends "base/base.html" %} +{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %} {% block titleextra %}Towarzystwo Wolnych Lektur{% endblock %} @@ -13,12 +13,60 @@

{{ schedule.amount }}

{{ schedule.plan.get_interval_display }}

-
+ + + +{% if request.GET.p == 'inline' %} +
+{% else %} +{% if request.GET.p == 'popup' %} + +
+ + + +{% else %} +
+ {% csrf_token %} + + {{ form.as_p }} + +
+{% endif %} +{% endif %} +