mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 00:01:36 +01:00
fix: missing bracket
This commit is contained in:
@@ -220,7 +220,7 @@ def content():
|
||||
else:
|
||||
container = True
|
||||
markupText = flask.Markup(flask.render_template(app.config[identifier],
|
||||
extraConfig=extraConfig)
|
||||
extraConfig=extraConfig))
|
||||
|
||||
return flask.render_template("default_content.html", container=container,
|
||||
conf=app.config, markupText=markupText)
|
||||
|
||||
Reference in New Issue
Block a user