@@ -110,10 +110,10 @@
{% for item in highest_rated %}
{% if item.park %}
-
diff --git a/templates/parks/park_detail.html b/templates/parks/park_detail.html
index 96086821..1883cc64 100644
--- a/templates/parks/park_detail.html
+++ b/templates/parks/park_detail.html
@@ -171,7 +171,7 @@
{% if park.rides.exists %}
{% for ride in park.rides.all|slice:":6" %}
-
+
{% endfor %}
{% else %}
diff --git a/templates/partials/homepage/featured_parks.html b/templates/partials/homepage/featured_parks.html
index 5a7a87b6..d3a2110c 100644
--- a/templates/partials/homepage/featured_parks.html
+++ b/templates/partials/homepage/featured_parks.html
@@ -2,7 +2,7 @@
{% for park in featured_parks %}
-
+
{% empty %}