diff options
Diffstat (limited to 'web/kbn_templates/base.j2')
-rw-r--r-- | web/kbn_templates/base.j2 | 2 |
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"> |