diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html index b89ef7f1..0a05a8d0 100644 --- a/cps/templates/shelf.html +++ b/cps/templates/shelf.html @@ -3,9 +3,10 @@

{{title}}

{% if g.user.is_authenticated %} - {{ _('Delete this Shelf') }} - {{ _('Edit Shelf name') }} - {{ _('change order') }} + {{ _('Delete this Shelf') }} + {{ _('Edit Shelf name') }} + {{ _('change order') }} + {% endif %}