diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-19 19:43:59 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-19 19:43:59 +0100 |
commit | 1e1a2f6ac2cadfbc57cc855a67498af097391caf (patch) | |
tree | 8e28486d182d6b4746d4feb22347badf21f5465d /alphabetlearning/templates/payments/landingpage.html | |
parent | ae9bc97c743ea4d31a3f392db72a948d87d3b2ab (diff) |
Changes the Resource to include Stripe reference
Diffstat (limited to 'alphabetlearning/templates/payments/landingpage.html')
-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 %} |