diff --git a/cps/templates/feed.xml b/cps/templates/feed.xml index 37b7765e..089ca65b 100644 --- a/cps/templates/feed.xml +++ b/cps/templates/feed.xml @@ -75,7 +75,11 @@ {% endif %} {% for entry in listelements %} + {% if entry.__class__.__name__ == 'Shelf' and entry.is_public == 1 %} + {{entry.name}} (public) + {% else %} {{entry.name}} + {% endif %} {{ url_for(folder, book_id=entry.id) }}