web_AI-5/django/didgeridoo/webshop/templates/webshop/order.html

8 lines
215 B
HTML

{% extends "webshop/base.html" %}
{% load customfilters %}
{% block section_title %}Order{% endblock %}
{% block content %}
<h1> Your order was submitted. </h1>
<h3> Thank you for Purchase. </h3>
{% endblock %}