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-09 13:55:05 +0200
commit9326f832fe3bb5b77358170bd060dad1af98810d (patch)
tree94c89f6a9eb16591cc450bc048bf3509bb436f46 /src/hydrilla/proxy/web_ui/root.py
parent7a64cce0443aba3eea62896ae8697a9ec2bb49eb (diff)
downloadhaketilo-hydrilla-9326f832fe3bb5b77358170bd060dad1af98810d.tar.gz
haketilo-hydrilla-9326f832fe3bb5b77358170bd060dad1af98810d.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(