diff --git a/routes/get_history.js b/routes/get_history.js index b0f2534..0875f6b 100644 --- a/routes/get_history.js +++ b/routes/get_history.js @@ -30,7 +30,7 @@ module.exports = function (app) { }), footer: 'Close', }); - return app.templater.fill('./templates/elements/book.html', { + return app.templater.fill('./templates/elements/book_readable.html', { id, title: bookData.title, author: bookData.author,