From 4f3d16a710d7e0250fbec86f4a93f59bf7d7c035 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Thu, 9 Jul 2020 11:30:25 +0200 Subject: [PATCH] fix code indent --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4eecf3c..2503beb 100644 --- a/README.md +++ b/README.md @@ -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: @app.route("/subpage") - def subpage(): - return flask.render_template("subpage.html", conf=mainConfig) + def subpage(): + return flask.render_template("subpage.html", conf=mainConfig) See the example subpage-templates in *templates/*.