Add publisher to the default template

This commit is contained in:
Kovid Goyal 2017-07-18 11:25:24 +05:30
parent c50ed74f83
commit b1129d8037
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -43,7 +43,7 @@ def default_template():
_('<b>{title}</b> by {authors}'),
_('{series_index} of <i>{series}</i>') + '|||{rating}',
'{tags}',
_('Date: {timestamp} Published: {pubdate}'),
_('Date: {timestamp}') + '|||' + _('Published: {pubdate}') + '|||' + _('Publisher: {publisher}'),
]
}
return default_template.ans