From b1129d8037e84dc3127f6f572d2a45d6e11bc9f2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 18 Jul 2017 11:25:24 +0530 Subject: [PATCH] Add publisher to the default template --- src/pyj/book_list/custom_list.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/book_list/custom_list.pyj b/src/pyj/book_list/custom_list.pyj index de11c43413..9cd9b69810 100644 --- a/src/pyj/book_list/custom_list.pyj +++ b/src/pyj/book_list/custom_list.pyj @@ -43,7 +43,7 @@ def default_template(): _('{title} by {authors}'), _('{series_index} of {series}') + '|||{rating}', '{tags}', - _('Date: {timestamp} Published: {pubdate}'), + _('Date: {timestamp}') + '|||' + _('Published: {pubdate}') + '|||' + _('Publisher: {publisher}'), ] } return default_template.ans