Show all available structure for install CLI/Graphic mode

This commit is contained in:
falylala
2017-11-20 12:16:54 +04:00
parent 689505928a
commit ea53da9086
7 changed files with 107 additions and 6 deletions

View File

@@ -738,8 +738,8 @@
<td><label>{{ 'Modele de donnees' | trans }}</label></td>
<td>
<select name="db_template" class="databox_creation_input">
{% for template in available_templates %}
<option value="{{ template }}">{{ template }}</option>
{% for key,template in available_templates %}
<option value="{{ key }}">{{ template }}</option>
{% endfor %}
</select>
</td>