diff --git a/templates/bookmarks/bookmarks.html b/templates/bookmarks/bookmarks.html
index 12a013b8a..c2a7fa335 100644
--- a/templates/bookmarks/bookmarks.html
+++ b/templates/bookmarks/bookmarks.html
@@ -35,7 +35,7 @@
Bookmark categories
Category: {% if category %}{{category.name}}{% else %}Uncategorized{% endif %}
- {% if page_bookmarks_and_sound_objects %}
+ {% if page.object_list %}
{% for bookmark, sound in page_bookmarks_and_sound_objects %}