diff --git a/plants/templates/plants/identify_fields.html b/plants/templates/plants/identify_fields.html index 21a1a63..2d60a47 100644 --- a/plants/templates/plants/identify_fields.html +++ b/plants/templates/plants/identify_fields.html @@ -17,21 +17,16 @@
vasteplantencatalogus.nl
{% if vpc_results|length > 1 %} - {% else %} diff --git a/plants/templates/plants/plant_detail.html b/plants/templates/plants/plant_detail.html index d8b56c4..796740e 100644 --- a/plants/templates/plants/plant_detail.html +++ b/plants/templates/plants/plant_detail.html @@ -102,6 +102,16 @@ {% include "plants/partials/pruning_strip.html" %} {% endif %} + + {% if plant.card_photos.all %} +
+

🪧 Plant card photos

+ + Edit card photo + +
+ {% endif %} +