X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e62a2d9038d696e88b58e624f87026af7073088e..6535d2e28106edd90589a6a2376cf52a796adf3e:/src/club/payment_methods.py diff --git a/src/club/payment_methods.py b/src/club/payment_methods.py index 8f5ff6bb8..8d1ad7be9 100644 --- a/src/club/payment_methods.py +++ b/src/club/payment_methods.py @@ -90,6 +90,7 @@ class PayURe(PaymentMethod): return render_to_string( 'payu/rec_widget.html', { + 'schedule': schedule, 'form': forms.PayUCardTokenForm(), 'pos': POSS[self.pos_id], 'widget_args': widget_args,