Files
edx-platform/lms/templates/shoppingcart/error.html
2015-06-03 12:36:47 -04:00

12 lines
320 B
HTML

<%inherit file="../main.html" />
<%!
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
%>
<%block name="pagetitle">${_("Payment Error")}</%block>
<section class="container">
<p><h1>${_("There was an error processing your order!")}</h1></p>
${error_html}
</section>