fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6214e90b19948b08510aeaa495f35fc1a5dc5532
[wolnelektury.git]
/
src
/
paypal
/
templates
/
paypal
/
error.html
1
{% load i18n %}
2
<h1>{% trans "PayPal Error" %}: {{ error.message }}</h1>
3
{% for detail in error.details %}
4
<p>{{ detail.field }}: {{ detail.issue }}</p>
5
{% endfor %}
6
<p><a href="{{ error.information_link }}">{% trans "Learn more" %}</a></p>