From eeaddb27560d723ca7d61359744ceb2709fccd2d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 15 Oct 2024 21:01:31 +0100 Subject: Renamed from pyblackbird_cc to alphabetlearning - everywhere --- .../templates/payments/landingpage.html | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 alphabetlearning/templates/payments/landingpage.html (limited to 'alphabetlearning/templates/payments/landingpage.html') diff --git a/alphabetlearning/templates/payments/landingpage.html b/alphabetlearning/templates/payments/landingpage.html new file mode 100644 index 0000000..9897301 --- /dev/null +++ b/alphabetlearning/templates/payments/landingpage.html @@ -0,0 +1,29 @@ +{% extends "base.html" %} +{% block content %} +
+
+

Welcome to PyBlackbird - Buy this

+ +
+
+
+

{{ product.name }}

+
+ {% for price in prices %} + +
+
${{ price.get_display_price }}
+
+ {% csrf_token %} + +
+
+ + {% endfor %} +
+
+
+ + +
+{% endblock content %} \ No newline at end of file -- cgit v1.2.3