From 1e1a2f6ac2cadfbc57cc855a67498af097391caf Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 19 Oct 2024 19:43:59 +0100 Subject: Changes the Resource to include Stripe reference --- alphabetlearning/templates/payments/landingpage.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'alphabetlearning/templates') 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 %}
-

Welcome to PyBlackbird - Buy this

+

Mock Shopping Card

-

{{ product.name }}

+

{{ resource.name }}


{% for price in prices %} @@ -26,4 +26,4 @@
-{% endblock content %} \ No newline at end of file +{% endblock content %} -- cgit v1.2.3