aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/root.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-23 11:16:33 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-28 12:54:52 +0200
commit1864fc0aaf7d6dba2e730cf74a5e154df4e6d18d (patch)
tree4f51635b51c4f83f48e0aa45a9d8e56fd21e9c81 /src/hydrilla/proxy/web_ui/templates/root.html.jinja
parent5fefb11ffd50dcda826cd5a256c8b3f650221050 (diff)
downloadhaketilo-hydrilla-1864fc0aaf7d6dba2e730cf74a5e154df4e6d18d.tar.gz
haketilo-hydrilla-1864fc0aaf7d6dba2e730cf74a5e154df4e6d18d.zip
add navigation bar to web UI
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/root.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/root.html.jinja6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/root.html.jinja b/src/hydrilla/proxy/web_ui/templates/root.html.jinja
index f1e3500..62c2b45 100644
--- a/src/hydrilla/proxy/web_ui/templates/root.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/root.html.jinja
@@ -19,8 +19,8 @@ I, Wojtek Kosior, thereby promise not to sue for violation of this
file's licenses. Although I request that you do not make use this code
in a proprietary work, I am not going to enforce this in court.
#}
-{% extends "base.html.jinja" %}
-{% block title %}Home{% endblock %}
+{%- extends "base.html.jinja" %}
+{% block title %} {{ _('web_ui.home.title') }} {% endblock %}
{% block main %}
- <a href="/packages/load_from_disk">load packages from disk</a>
+ {{ _('web_ui.home.welcome_to_haketilo') }}
{% endblock %}