fix code indent

This commit is contained in:
2020-07-09 11:30:25 +02:00
parent 1f9bbbd2ca
commit 4f3d16a710

View File

@@ -100,7 +100,7 @@ The order is again specified by the alpha-numeric order of the files.
New subpages must be added as a new location in the *server.py* like this: New subpages must be added as a new location in the *server.py* like this:
@app.route("/subpage") @app.route("/subpage")
def subpage(): def subpage():
return flask.render_template("subpage.html", conf=mainConfig) return flask.render_template("subpage.html", conf=mainConfig)
See the example subpage-templates in *templates/*. See the example subpage-templates in *templates/*.