From 88078d65e9b17733001d80bce1c08fa015fddb00 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 30 Jan 2021 14:57:59 +0100 Subject: [PATCH] Fix #1482 (do not shorten title in book detail page) --- cps/templates/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 503d1dbd..06686a9c 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -89,7 +89,7 @@ {% endif %} -

{{entry.title|shortentitle(40)}}

+

{{entry.title}}

{% for author in entry.authors %} {{author.name.replace('|',',')}}