paypal subscriptions - stub
[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>