X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fd1a9915dd65789cccf27041a1f01cd4077273fc..4727eb31e50fa1571c83c4be5e228534b07574a7:/src/club/templates/payu/rec_widget.html

diff --git a/src/club/templates/payu/rec_widget.html b/src/club/templates/payu/rec_widget.html
index 89b114b17..c02cc08f3 100644
--- a/src/club/templates/payu/rec_widget.html
+++ b/src/club/templates/payu/rec_widget.html
@@ -1,6 +1,6 @@
 <h3>Podaj dane karty płatniczej</h3>
 <div class="iframe">
-  <form id="theform" method='POST'>
+  <form id="theform" method='POST'  action='{% url "club_payu_rec_payment" schedule.key %}'>
     {% csrf_token %}
     {{ form }}
   </form>