X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/72fe2a679f27d81c92c65cf005ebf13fae7c7e34..a7d1e3cd75cd56c3f9a5ddceb63196aad9d1db65:/src/club/templates/payu/rec_payment.html?ds=sidebyside

diff --git a/src/club/templates/payu/rec_payment.html b/src/club/templates/payu/rec_payment.html
index 4c840a699..3f8fa58df 100644
--- a/src/club/templates/payu/rec_payment.html
+++ b/src/club/templates/payu/rec_payment.html
@@ -12,9 +12,14 @@
     <h1>{% trans "Supporting Wolne Lektury" %}</h1>
 
     <p>
-      {% blocktrans with amount=schedule.amount %}
-        You are setting up a monthly payment in the amount of {{ amount }} PLN. Thank you!
-      {% endblocktrans %}
+      {% if schedule.payed_at %}
+        Aktualizujesz dane swojej comiesięcznej darowizny w kwocie {{ amount }} PLN. Dziękujemy!</p><p>
+        Jeśli chcesz zrezygnować z dalszego wsparcia Wolnych Lektur, możesz to zrobić na <a href="{{ schedule.get_absolute_url }}">stronie swojej darowizny</a>.
+      {% else %}
+        {% blocktrans with amount=schedule.amount %}
+          You are setting up a monthly payment in the amount of {{ amount }} PLN. Thank you!
+        {% endblocktrans %}
+      {% endif %}
     </p>
 
     <form id="theform" method='POST'>