mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user