1 2 3 4 5 6 7 8 9 10 11
{% extends "base.html" %} {% load static %} {% block content %} <div class="container my-5"> <div class="row"> <h2>Thanks for your order!</h2> <p>You have successfully transacted.</p> </div> {% endblock content %}