diff --git a/cps/templates/index.xml b/cps/templates/index.xml index 97848b5e..d3caa3fa 100644 --- a/cps/templates/index.xml +++ b/cps/templates/index.xml @@ -39,7 +39,7 @@ {{ current_time }} {{_('Show Random Books')}} -{% if not current_user.is_anonymous %} + {% if not current_user.is_anonymous %} {{_('Read Books')}} @@ -47,7 +47,7 @@ {{ current_time }} {{_('Read Books')}} -{% endif %} + {% endif %} {{_('Unread Books')}} @@ -61,35 +61,35 @@ {{url_for('feed_authorindex')}} {{ current_time }} {{_('Books ordered by Author')}} - - + + {{_('Category list')}} {{url_for('feed_categoryindex')}} {{ current_time }} {{_('Books ordered by category')}} - - + + {{_('Series list')}} {{url_for('feed_seriesindex')}} {{ current_time }} {{_('Books ordered by series')}} - - + + {{_('Public Shelves')}} {{url_for('feed_shelfindex', public="public")}} {{ current_time }} {{_('Books organized in public shelfs, visible to everyone')}} - - {% if not current_user.is_anonymous %} - + + {% if not current_user.is_anonymous %} + {{_('Your Shelves')}} {{url_for('feed_shelfindex')}} {{ current_time }} {{_("User's own shelfs, only visible to the current user himself")}} - - {% endif %} + + {% endif %}