summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/year_review.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/year_review.html b/templates/year_review.html
index 3d03cc0..0a738e5 100644
--- a/templates/year_review.html
+++ b/templates/year_review.html
@@ -85,7 +85,9 @@
<p class="eyebrow">Companions</p>
<ol class="stats-list">
{% for item in watched_with_breakdown %}
+ {% if item.watched_with.lower() != 'solo' %}
<li><span>{{ item.watched_with }}</span><strong>{{ item.count }}</strong></li>
+ {% endif %}
{% endfor %}
</ol>
</article>