From 0ab8bbb6e4107e4dff344aa9f05b91c569ca16a4 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Tue, 29 Jan 2019 16:29:06 -0700 Subject: [PATCH] Make history page always use "readable" book template --- routes/get_history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,