From 573721751cb669907c8ffb3d287d73bc3350519a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 24 Oct 2024 16:25:58 +0100 Subject: wip: improved standard resource cards - matches the featured card apart from the borders - TODO still needs to fix the badge which is not good with long text content --- .../templates/resources/resource_card_standard.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'alphabetlearning/templates/resources') diff --git a/alphabetlearning/templates/resources/resource_card_standard.html b/alphabetlearning/templates/resources/resource_card_standard.html index 4cfa929..42bba72 100644 --- a/alphabetlearning/templates/resources/resource_card_standard.html +++ b/alphabetlearning/templates/resources/resource_card_standard.html @@ -9,35 +9,35 @@
-
{{ resource.name }} -
+ {{ resource.name }}
-
+ +

{{ resource.card_description }}

-

1 credit

+

1 credit

{% if resource.in_cart %}
{% csrf_token %} - +
{% else %}
{% csrf_token %} - +
{% endif %}
-- cgit v1.2.3