From 62f6bb4e64bc658344c7bfb783d3d4e2012afc8e Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sun, 27 Aug 2017 09:27:55 +0200 Subject: [PATCH] Remove In author marker on authors page --- cps/templates/author.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cps/templates/author.html b/cps/templates/author.html index 156839ec..224244bc 100644 --- a/cps/templates/author.html +++ b/cps/templates/author.html @@ -19,7 +19,9 @@ {% endif %}
-

{{_("In Library")}}

+ {% if author is not none %} +

{{_("In Library")}}

+ {% endif %}
{% if entries[0] %} {% for entry in entries %}