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