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 --- pyblackbird_cc/templates/payments/landingpage.html | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 pyblackbird_cc/templates/payments/landingpage.html (limited to 'pyblackbird_cc/templates/payments/landingpage.html') diff --git a/pyblackbird_cc/templates/payments/landingpage.html b/pyblackbird_cc/templates/payments/landingpage.html deleted file mode 100644 index 9897301..0000000 --- a/pyblackbird_cc/templates/payments/landingpage.html +++ /dev/null @@ -1,29 +0,0 @@ -{% 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