fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes
[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>