From af17a2c1c05c588407875590a1cd7f82ac360cba Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 12 Jan 2016 15:57:34 +0100 Subject: [PATCH] audiobooks: no "Part 1 / 1" --- src/catalogue/templates/catalogue/book_short.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/catalogue/templates/catalogue/book_short.html b/src/catalogue/templates/catalogue/book_short.html index 712609552..dea797bc9 100644 --- a/src/catalogue/templates/catalogue/book_short.html +++ b/src/catalogue/templates/catalogue/book_short.html @@ -189,9 +189,7 @@
{% if audiobooks|length > 1 %} « {% trans "previous" %} -{% endif %} -{% trans "Part" %} 1 / {{ audiobooks|length }} -{% if audiobooks|length > 1 %} + {% trans "Part" %} 1 / {{ audiobooks|length }} {% trans "next" %} » {% endif %}
-- 2.20.1