From 6bfbf3ee412da1ff9d8671840e2d68f23c972ae1 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Thu, 11 Jun 2020 08:35:23 +0200 Subject: [PATCH] Update layout --- cps/templates/layout.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 07659822..866d11e7 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -136,10 +136,6 @@ {% for shelf in g.shelves_access %}
  • {{shelf.name|shortentitle(40)}}{% if shelf.is_public == 1 %} {{_('(Public)')}}{% endif %}
  • {% endfor %} - {% if not g.user.is_anonymous %}