diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html
index ec6c504aa..c4cede2ed 100644
--- a/bookwyrm/templates/book.html
+++ b/bookwyrm/templates/book.html
@@ -217,7 +217,7 @@
{% trans "Places" %}
- {% for place in book.subject_placess %}
+ {% for place in book.subject_places %}
- {{ place }}
{% endfor %}