X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/10b367c03d1e3a8ad6e365b02a7234bfd640e3f6..468c2e650c854ffa691afc73aa1f41ce61283cdb:/src/paypal/templates/paypal/return.html diff --git a/src/paypal/templates/paypal/return.html b/src/paypal/templates/paypal/return.html new file mode 100644 index 000000000..4e967fb0f --- /dev/null +++ b/src/paypal/templates/paypal/return.html @@ -0,0 +1,10 @@ +{% extends "base/base.html" %} +{% load i18n %} + +{% block body %} + {% if resource.error %} + {% include "paypal/error.html" with error=resource.error %} + {% else %} +

{% trans "Płatność potwierdzona i zlecona do wykonania." %}

+ {% endif %} +{% endblock %} \ No newline at end of file