diff --git a/plants/templates/plants/base.html b/plants/templates/plants/base.html index a425f10..656d7fd 100644 --- a/plants/templates/plants/base.html +++ b/plants/templates/plants/base.html @@ -31,7 +31,7 @@
diff --git a/plants/templates/plants/partials/species_results.html b/plants/templates/plants/partials/species_results.html index cf08276..e414be3 100644 --- a/plants/templates/plants/partials/species_results.html +++ b/plants/templates/plants/partials/species_results.html @@ -1,35 +1,3 @@ -{% if error %} -⚠️ Perenual: {{ error }}
-{% endif %} - -{% for result in perenual_results %} -No results for "{{ q }}"
+{% if not vpc_results and not error and q %} +No VPC results for "{{ q }}"
{% endif %} diff --git a/plants/templates/plants/plant_detail.html b/plants/templates/plants/plant_detail.html index 68dc3c9..eff6f5a 100644 --- a/plants/templates/plants/plant_detail.html +++ b/plants/templates/plants/plant_detail.html @@ -87,11 +87,12 @@ {% include "plants/partials/photo_gallery.html" %}