Merge pull request #2373 from falylala/PHRAS-1717-PORT_Install_show_available_documentary

PHRAS-1717- PORT_1296_Show all available structure for install CLI/Graphic mode
This commit is contained in:
Nicolas Maillat
2018-01-08 12:33:19 +01:00
committed by GitHub
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>