summaryrefslogtreecommitdiff
path: root/web/kbn_templates/base.j2
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2024-02-19 03:44:40 +0300
committerEvgeny Zinoviev <me@ch1p.io>2024-02-19 03:44:40 +0300
commit840cbe4729ac8960c0dc0d23aca0405335f9ecb4 (patch)
tree3c6c0af54c947c9dac3aa7fafc027e79db8e25b4 /web/kbn_templates/base.j2
parent838b01c548939158f99529a714fe105249d70675 (diff)
user language support, other important fixes
Diffstat (limited to 'web/kbn_templates/base.j2')
-rw-r--r--web/kbn_templates/base.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/base.j2 b/web/kbn_templates/base.j2
index 709d838..2ecb199 100644
--- a/web/kbn_templates/base.j2
+++ b/web/kbn_templates/base.j2
@@ -18,7 +18,7 @@
{% endmacro %}
<!doctype html>
-<html data-bs-theme="auto">
+<html lang="{{ user_lang }}" data-bs-theme="auto">
<head>
<title>{{ title }}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">