diff --git a/templates/watchlist/index.html b/templates/watchlist/index.html
index 097ca33..38f3e7f 100644
--- a/templates/watchlist/index.html
+++ b/templates/watchlist/index.html
@@ -4,7 +4,7 @@
Watchlist
{% for movie in object_list %}
- - {{movie.name}}{% if movie in voted_movies %}*{% endif %} — {{movie.score}}
+ - {{movie.name}}{% if movie not in voted_movies %}*{% endif %} — {{movie.score}}
{% endfor %}
{% if can_add_movie %}