diff options
Diffstat (limited to 'alphabetlearning/templates')
-rw-r--r-- | alphabetlearning/templates/payments/landingpage.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/alphabetlearning/templates/payments/landingpage.html b/alphabetlearning/templates/payments/landingpage.html index 9897301..5c3b2cc 100644 --- a/alphabetlearning/templates/payments/landingpage.html +++ b/alphabetlearning/templates/payments/landingpage.html @@ -2,12 +2,12 @@ {% block content %} <div class="container my-5"> <div class="row"> - <h2>Welcome to PyBlackbird - Buy this</h2> + <h2>Mock Shopping Card</h2> <section> <div class="product"> <div class="description"> - <h3>{{ product.name }}</h3> + <h3>{{ resource.name }}</h3> <hr/> {% for price in prices %} @@ -26,4 +26,4 @@ </div> -{% endblock content %}
\ No newline at end of file +{% endblock content %} |