remove debug output

This commit is contained in:
2020-07-27 20:03:26 +02:00
parent 1f28f4a6d8
commit 66555b9c33

View File

@@ -286,7 +286,7 @@ def init():
# set custom loader to support second template dir # # set custom loader to support second template dir #
subpageContentDirTmp = os.path.join(app.config["CONTENT_DIR"], SUBPAGE_CONTENT_DIR) subpageContentDirTmp = os.path.join(app.config["CONTENT_DIR"], SUBPAGE_CONTENT_DIR)
fsLoader = jinja2.FileSystemLoader([subpageContentDirTmp]) fsLoader = jinja2.FileSystemLoader([subpageContentDirTmp])
print(subpageContentDirTmp)
choiceLoader = jinja2.ChoiceLoader([ app.jinja_loader, fsLoader]) choiceLoader = jinja2.ChoiceLoader([ app.jinja_loader, fsLoader])
app.jinja_loader = choiceLoader app.jinja_loader = choiceLoader