integrated last medor boilerplate from osp

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-02 17:40:34 +02:00
parent 45e8f6a1b9
commit 235959b2ce
21 changed files with 1717 additions and 888 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ def generate_html(book, toc):
# replace title
# template_dom.html.head.title.contents[0].replaceWith(book_name)
# get story div
story_dom = template_dom.find('div', {"id":"my-story"})
story_dom = template_dom.find('div', {"id":"flow-main"})
#
# loop through pages to convert them to html and add it to main html file