diff --git a/plants/templates/plants/plant_detail.html b/plants/templates/plants/plant_detail.html index 171a028..653415c 100644 --- a/plants/templates/plants/plant_detail.html +++ b/plants/templates/plants/plant_detail.html @@ -21,7 +21,12 @@
{{ plant.name }}
- {% if plant.species %}{{ plant.species.scientific_name }}{% endif %} +
+ {% if plant.species %}{{ plant.species.scientific_name }}{% endif %} + + + +
{% if plant.is_indoor %}Indoor{% else %}Outdoor{% endif %}