From ac9665defb2942bdf348d32c1dd1b411b95978dc Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 6 Sep 2020 03:21:52 +0200 Subject: [PATCH] add fixed-footer config template option --- server.py | 3 ++- templates/footer.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/server.py b/server.py index c31a9dd..8c2270a 100755 --- a/server.py +++ b/server.py @@ -187,7 +187,8 @@ def thanks(): thanksTemplate = None with open(thanksTemplatePath) as f: - thanksTemplate = flask.Markup(flask.render_template_string(f.read(), conf=app.config)) + thanksTemplate = flask.Markup(flask.render_template_string(f.read(), conf=app.config, + footerFixBottom=True)) return flask.render_template("stub.html", content=thanksTemplate) diff --git a/templates/footer.html b/templates/footer.html index d343b83..a7cd455 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,3 +1,3 @@ -