diff --git a/templates/cotton/park_card.html b/templates/cotton/park_card.html index 29e551f7..e09be47b 100644 --- a/templates/cotton/park_card.html +++ b/templates/cotton/park_card.html @@ -124,36 +124,54 @@ Features: {% else %} {# Enhanced Grid View Item #}
- {# Card Header with Gradient #} -
+ {# Park Image #} +
+ {% if park.card_image %} + {{ park.name }} + {% elif park.photos.first %} + {{ park.name }} + {% else %} +
+ + + +
+ {% endif %} + + {# Status Badge Overlay #} +
+ + {{ park.get_status_display }} + +
+
-
-

+
+

{% if park.slug %} + class="text-gray-900 dark:text-white hover:text-blue-600 dark:hover:text-blue-400 transition-all duration-300"> {{ park.name }} {% else %} - + {{ park.name }} {% endif %}

- - {# Status Badge #} - - {{ park.get_status_display }} -
{% if park.operator %} diff --git a/templates/cotton/ride_card.html b/templates/cotton/ride_card.html index ffce1f60..826e60bf 100644 --- a/templates/cotton/ride_card.html +++ b/templates/cotton/ride_card.html @@ -64,8 +64,12 @@ Features:
- {% if ride.image %} - {{ ride.name }} + {% elif ride.photos.first %} + {{ ride.name }} {% else %}