From 8c0cbec4a801771c2eda26bba54d4cfcf95ca9d7 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 16 Sep 2024 17:28:54 +0100 Subject: Tweak the GBP sign and the colour of card description text --- pyblackbird_cc/templates/payments/cart_detail.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pyblackbird_cc/templates/payments/cart_detail.html') diff --git a/pyblackbird_cc/templates/payments/cart_detail.html b/pyblackbird_cc/templates/payments/cart_detail.html index 1867f1a..7c51814 100644 --- a/pyblackbird_cc/templates/payments/cart_detail.html +++ b/pyblackbird_cc/templates/payments/cart_detail.html @@ -4,6 +4,7 @@ {% block content %}

My basket

+

{% lorem %}

{% if cart %}
@@ -22,14 +23,14 @@ {{ item.product.name }} ${{ item.product.price }} {{ item.quantity }} - ${{ item.total }} + £{{ item.total }} {% endfor %} Total: - ${{ cart_total }} + £{{ cart_total }} -- cgit v1.2.3