X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..7a8610e5869654bd2e8351b34b9e722ce6de73bd:/src/funding/templates/funding/no_thanks.html diff --git a/src/funding/templates/funding/no_thanks.html b/src/funding/templates/funding/no_thanks.html index 3c8db166e..9f70e717c 100644 --- a/src/funding/templates/funding/no_thanks.html +++ b/src/funding/templates/funding/no_thanks.html @@ -1,23 +1,19 @@ -{% extends "base.html" %} +{% extends "base_simple.html" %} {% load i18n %} {% load fnp_share %} -{% block titleextra %}{% trans "Payment failed" %}{% endblock %} +{% block titleextra %}{% trans "Płatność nie doszła do skutku" %}{% endblock %} {% block body %} - -

{% trans "Payment failed" %}

-
- -

{% trans "You're support has not been processed successfully." %}

- -{% url 'funding_current' as current %} -

-{% blocktrans with current=current %}Return to the current fundraiser and try again or try to use a different payment method.{% endblocktrans %} -

- - -
- - +

{% trans "Płatność nie doszła do skutku" %}

+
+

{% trans "Twoje wsparcie nie zostało zaksięgowane." %}

+ {% url 'funding_current' as current %} +

+ {% blocktrans trimmed with current=current %} + Wróć do aktualnej zbiórki i spróbuj ponownie lub + użyj innej metody płatności. + {% endblocktrans %} +

+
{% endblock %}