Make history page always use "readable" book template
This commit is contained in:
parent
fd085cc820
commit
0ab8bbb6e4
|
@ -30,7 +30,7 @@ module.exports = function (app) {
|
|||
}),
|
||||
footer: '<a class="button close">Close</a>',
|
||||
});
|
||||
return app.templater.fill('./templates/elements/book.html', {
|
||||
return app.templater.fill('./templates/elements/book_readable.html', {
|
||||
id,
|
||||
title: bookData.title,
|
||||
author: bookData.author,
|
||||
|
|
Loading…
Reference in New Issue