checkout-error.html 480 B

123456789101112131415
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <main class="x xdc md-xdr md-xw">
  4. <header class="w100 copy-h tac">
  5. <h1>Order checkout</h1>
  6. </header>
  7. <section class="w100 bdb-dark-red pt4-25 pr0-85 pb4-25 pl0-85 copy ff-mono">
  8. <div class="mw-680px mla mra">
  9. <p class="pb1">An error occured during the checkout.</p>
  10. <p class="copy">↪ <a href="/checkout" aria-label="Go to Checkout">Back to cart</a>.</p>
  11. </div>
  12. </section>
  13. </main>
  14. {% endblock %}