ecommerce/carts/templates/carts/checkout-done.html

8 lines
170 B
HTML
Raw Normal View History

2018-09-10 23:16:35 +03:00
{% extends "base.html" %}
{% block content %}
<div class="col-6 mx-auto py-5 text-center">
<h1 class="display-1">Tank you for your order!</h1>
</div>
{% endblock %}