error.html 330 Bytes
Newer Older
1 2 3 4 5
<%! from django.utils.translation import ugettext as _ %>
<%! from django.core.urlresolvers import reverse %>

<%inherit file="../main.html" />

6
<%block name="pagetitle">${_("Payment Error")}</%block>
7 8 9 10 11 12


<section class="container">
    <p><h1>${_("There was an error processing your order!")}</h1></p>
    ${error_html}
</section>