From 67c929d9c101ee79707c104ad08a78f8e0c04f64 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 23 Aug 2022 13:59:14 +0200 Subject: arrange web UI Jinja templates into multiple directories --- src/hydrilla/proxy/web_ui/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hydrilla/proxy/web_ui/root.py') diff --git a/src/hydrilla/proxy/web_ui/root.py b/src/hydrilla/proxy/web_ui/root.py index 1fcba9f..b2c1a43 100644 --- a/src/hydrilla/proxy/web_ui/root.py +++ b/src/hydrilla/proxy/web_ui/root.py @@ -97,7 +97,7 @@ app_lock = Lock() @app.route('/') def home() -> str: - return flask.render_template('root.html.jinja') + return flask.render_template('index.html.jinja') def process_request( -- cgit v1.2.3