diff --git a/templates/cotton/park_card.html b/templates/cotton/park_card.html index e09be47b..c17a397f 100644 --- a/templates/cotton/park_card.html +++ b/templates/cotton/park_card.html @@ -41,7 +41,7 @@ Features: {% endcomment %} diff --git a/templates/cotton/ride_card.html b/templates/cotton/ride_card.html index 826e60bf..c56edf62 100644 --- a/templates/cotton/ride_card.html +++ b/templates/cotton/ride_card.html @@ -54,7 +54,7 @@ Features: {% endcomment %}
{% for park in popular_parks %} - + {% empty %}
🎢
@@ -90,7 +90,7 @@
{% for ride in popular_rides %} - + {% empty %}
🎠
@@ -110,10 +110,10 @@ {% for item in highest_rated %} {% if item.park %} - + {% else %} - + {% endif %} {% empty %}
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 %}
diff --git a/templates/partials/homepage/featured_rides.html b/templates/partials/homepage/featured_rides.html index 7235341e..f447e213 100644 --- a/templates/partials/homepage/featured_rides.html +++ b/templates/partials/homepage/featured_rides.html @@ -2,7 +2,7 @@ {% for ride in featured_rides %} - + {% empty %}
diff --git a/templates/rides/partials/ride_list_results.html b/templates/rides/partials/ride_list_results.html index f7265b21..ddea572e 100644 --- a/templates/rides/partials/ride_list_results.html +++ b/templates/rides/partials/ride_list_results.html @@ -85,7 +85,7 @@ {% if rides %}
{% for ride in rides %} - + {% endfor %}