From a5942c7f240686146c243e22d849db97d0a904b9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 20 Oct 2024 17:36:29 +0100 Subject: tidying up the cart detail page - still nowhere near good enough --- alphabetlearning/templates/payments/cart_lineitem.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'alphabetlearning/templates/payments/cart_lineitem.html') diff --git a/alphabetlearning/templates/payments/cart_lineitem.html b/alphabetlearning/templates/payments/cart_lineitem.html index 0ef8a97..79899df 100644 --- a/alphabetlearning/templates/payments/cart_lineitem.html +++ b/alphabetlearning/templates/payments/cart_lineitem.html @@ -1,17 +1,19 @@
-
- {{ item.resource.name }} +
+

{{ item.resource.name }}

-
- {{ item.resource.card_description }} -
-
+
{% for tn_url in item.resource.thumbnail_urls %} -
- unknown +
+ unknown
{% endfor %}
+
+

{{ item.resource.card_description }}

+

Remove from basket

+
+
-- cgit v1.2.3