diff --git a/ontology/templates/ontology/_topic_card.html b/ontology/templates/ontology/_topic_card.html index cb4362f4c930b097538e2848ac4f425c402be539..e47541657ba176a63e057f00a5f01a6223a66e75 100644 --- a/ontology/templates/ontology/_topic_card.html +++ b/ontology/templates/ontology/_topic_card.html @@ -105,7 +105,7 @@ </div> <div class="card-body"> <ul> - {% for sub in topic.submission_set.unpublished.public_newest %} + {% for sub in topic.submission_set.public_newest.unpublished %} <li> <a href="{{ sub.get_absolute_url }}">{{ sub.title }}</a> <br>by {{ sub.author_list }}