aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/root.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-23 13:59:14 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-28 12:54:52 +0200
commit67c929d9c101ee79707c104ad08a78f8e0c04f64 (patch)
treef7d35a656a54b45ca965237d480b4929fb1f2927 /src/hydrilla/proxy/web_ui/root.py
parente255c2f353ad16d3ed0460dabe84a11b119902da (diff)
downloadhaketilo-hydrilla-67c929d9c101ee79707c104ad08a78f8e0c04f64.tar.gz
haketilo-hydrilla-67c929d9c101ee79707c104ad08a78f8e0c04f64.zip
arrange web UI Jinja templates into multiple directories
Diffstat (limited to 'src/hydrilla/proxy/web_ui/root.py')
-rw-r--r--src/hydrilla/proxy/web_ui/root.py2
1 files changed, 1 insertions, 1 deletions
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(