mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 08:11:35 +01:00
add fixed-footer config template option
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user