Make history page always use "readable" book template

This commit is contained in:
Robbie Antenesse 2019-01-29 16:29:06 -07:00
parent fd085cc820
commit 0ab8bbb6e4
1 changed files with 1 additions and 1 deletions

View File

@ -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,