From 5cfdc8f305a7e94d06fc20924a0c0731cb0255fe Mon Sep 17 00:00:00 2001 From: TheOnlyWayUp Date: Thu, 26 Dec 2024 14:45:33 +0000 Subject: [PATCH] fix(api): PDF renders About the Author page Fixes #35 --- src/api/src/create_book.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/src/create_book.py b/src/api/src/create_book.py index dc9cf14..63587bc 100644 --- a/src/api/src/create_book.py +++ b/src/api/src/create_book.py @@ -675,6 +675,7 @@ id="copyright-license-image">""".format( else about_author.replace("{avatar}", "") ) + self.template = about_author return about_author def generate_toc(self):