fixes
[wolnelektury.git] / src / paypal / templates / paypal / error.html
index 557284b..6214e90 100644 (file)
@@ -1,3 +1,4 @@
+{% load i18n %}
 <h1>{% trans "PayPal Error" %}: {{ error.message }}</h1>
 {% for detail in error.details %}
   <p>{{ detail.field }}: {{ detail.issue }}</p>