diff --git a/templates/books_for_series.html b/templates/books_for_series.html
index c94f8ad..12905fb 100644
--- a/templates/books_for_series.html
+++ b/templates/books_for_series.html
@@ -6,7 +6,7 @@
{% for book in books %}
|
- {% if book.parent_ref|length %}
+ {% if book.parent|length %}
{% set style="style=visibility:hidden" %}
{% endif %}
|