X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/club/templates/club/donation_step4.html?ds=sidebyside diff --git a/src/club/templates/club/donation_step4.html b/src/club/templates/club/donation_step4.html index 28e11cb83..6272c979b 100644 --- a/src/club/templates/club/donation_step4.html +++ b/src/club/templates/club/donation_step4.html @@ -1,15 +1,18 @@ {% extends 'club/donation_step_base.html' %} +{% load i18n %} {% block donation-step-content %}
-

Dziękujemy za wpłatę!

+

{% trans "Dziękujemy za wpłatę!" %}

- Zajrzyj teraz do e-maila. Tam znajdziesz link, - który powiąże płatność z Twoim kontem użytkownika Wolnych Lektur. + {% blocktrans trimmed %} + Zajrzyj teraz do e-maila. Tam znajdziesz link, + który powiąże płatność z Twoim kontem użytkownika Wolnych Lektur. + {% endblocktrans %}

- Wracam do lektur + {% trans "Wracam do lektur" %}
{% endblock %}