diff --git a/plants/templates/plants/plant_detail.html b/plants/templates/plants/plant_detail.html index 0f2e3e1..85b8dbd 100644 --- a/plants/templates/plants/plant_detail.html +++ b/plants/templates/plants/plant_detail.html @@ -77,7 +77,7 @@ {% include "plants/partials/photo_gallery.html" %} -{% if plant.card_photos.exists %} +{% if plant.card_photos.all %} 🪧 View plant card {% endif %}