From 136be26ad09579678a2cb35abbb0692ca07fef95 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 1 Dec 2020 20:27:17 +1100 Subject: [PATCH] rewrote to remove parent_ref and just use parent from ORM --- templates/books_for_series.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %}