From e744ccc20e9c1613899ca2a6ff53fd0e7ff0627b Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Wed, 28 Dec 2016 12:02:17 +0100 Subject: [PATCH] Bugfix for links with reverse proxy and shelfs --- cps/templates/shelf.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 %}