fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor fixes in paypal
[wolnelektury.git]
/
src
/
paypal
/
templates
/
paypal
/
error.html
diff --git
a/src/paypal/templates/paypal/error.html
b/src/paypal/templates/paypal/error.html
index
557284b
..
6214e90
100644
(file)
--- a/
src/paypal/templates/paypal/error.html
+++ b/
src/paypal/templates/paypal/error.html
@@
-1,3
+1,4
@@
+{% load i18n %}
<h1>{% trans "PayPal Error" %}: {{ error.message }}</h1>
{% for detail in error.details %}
<p>{{ detail.field }}: {{ detail.issue }}</p>