From c49ce3bc589c40cca4fcb51ad8dcf596a06379fd Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 7 Dec 2025 09:06:37 +0000 Subject: [PATCH] . --- cards/templates/cards/_card_inner_design3.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cards/templates/cards/_card_inner_design3.html b/cards/templates/cards/_card_inner_design3.html index 9239042..41584c5 100644 --- a/cards/templates/cards/_card_inner_design3.html +++ b/cards/templates/cards/_card_inner_design3.html @@ -27,11 +27,11 @@
Diet: {% if card.diet == 'herbivore' %} - 🥦 Herbivore + 🥦 Herbivore {% elif card.diet == 'carnivore' %} - 🥩 Carnivore + 🥩 Carnivore {% else %} - 🍽️ Omnivore + 🍽️ Omnivore {% endif %}