ecommerce/carts/templates/carts/checkout-done.html
2018-09-10 23:16:35 +03:00

8 lines
170 B
HTML

{% 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 %}