port 1776 databox create to master

This commit is contained in:
aina-esokia
2018-03-01 17:41:08 +04:00
parent 71f6e5d964
commit 9226e5a478
18 changed files with 411 additions and 166 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 key,template in available_templates %}
<option value="{{ key }}">{{ template }}</option>
{% for name in available_templates %}
<option value="{{ name|escape('js') }}">{{ name }}</option>
{% endfor %}
</select>
</td>