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 +++-- pyblackbird_cc/templates/resources/resource_card_featured.html | 4 ++-- pyblackbird_cc/templates/resources/resource_card_standard.html | 2 +- pyblackbird_cc/templates/resources/resource_list.html | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) (limited to 'pyblackbird_cc/templates') 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 }} diff --git a/pyblackbird_cc/templates/resources/resource_card_featured.html b/pyblackbird_cc/templates/resources/resource_card_featured.html index 79ae205..8a92729 100644 --- a/pyblackbird_cc/templates/resources/resource_card_featured.html +++ b/pyblackbird_cc/templates/resources/resource_card_featured.html @@ -24,8 +24,8 @@ {% endif %}
{% if resource.card_description %} -
-

{{ resource.card_description | markdown | safe }}

+
+

{{ resource.card_description | markdown | safe }}

{% else %}

{{ resource.description | markdown | safe }}

diff --git a/pyblackbird_cc/templates/resources/resource_card_standard.html b/pyblackbird_cc/templates/resources/resource_card_standard.html index 66e77ab..f8a557b 100644 --- a/pyblackbird_cc/templates/resources/resource_card_standard.html +++ b/pyblackbird_cc/templates/resources/resource_card_standard.html @@ -32,7 +32,7 @@ Feature slot: {{ resource.feature_slot }} {% endif %}
-
+

{{ resource.card_description }}

diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index af1a126..fdd0394 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -36,7 +36,7 @@ {# standard resources #}
-
Standard resources
+
Standard resources
-- cgit v1.2.3