diff --git a/tools/app_generator/templates/index.html b/tools/app_generator/templates/index.html index c1d74c8c5e..db8d8fe285 100644 --- a/tools/app_generator/templates/index.html +++ b/tools/app_generator/templates/index.html @@ -34,7 +34,38 @@ {% block content %}

{{ gettext("Yunohost application generation form") }}

-

Version: {{ generator_info['GENERATOR_VERSION'] }}

+

Version: {{ generator_info['GENERATOR_VERSION'] }}

+ + + + + + +
+ {% for lang in AVAILABLE_LANGUAGES.items() %} + + {% endfor %} +
+
{{ main_form.hidden_tag() }}