summaryrefslogtreecommitdiff
path: root/web/kbn_templates/index.j2
diff options
context:
space:
mode:
Diffstat (limited to 'web/kbn_templates/index.j2')
-rw-r--r--web/kbn_templates/index.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/web/kbn_templates/index.j2 b/web/kbn_templates/index.j2
index 0a7803b..7f69823 100644
--- a/web/kbn_templates/index.j2
+++ b/web/kbn_templates/index.j2
@@ -2,6 +2,13 @@
{% block content %}
<div class="container py-4">
+ <div style="float: right">
+ <select name="lang" id="lang">
+ {% for lang in lang_enum %}
+ <option value="{{ lang.value }}"{% if lang_selected == lang %} selected="selected"{% endif %}>{{ lang.name() }}</option>
+ {% endfor %}
+ </select>
+ </div>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item active" aria-current="page">{{ "main"|lang }}</li>