Fix travis tests

This commit is contained in:
Xavier Rousset
2017-12-13 19:14:47 +01:00
parent 1683191d19
commit 3a6f2eb365
3 changed files with 12 additions and 4 deletions

View File

@@ -401,7 +401,7 @@
<tbody>
<tr>
<td style="width:100px;line-height: 0.9rem;">{{ 'Telechargeable' | trans }}</td>
<td style="width:300px;"><input type="checkbox" name="{{subdefgroup}}_{{subdefname}}_downloadable" {% if subdef.is_downloadable() %}checked="checked"{% endif %} value="1" /></td>
<td style="width:300px;"><input type="checkbox" name="{{subdefgroup}}_{{subdefname}}_downloadable" {% if subdef.isDownloadable() %}checked="checked"{% endif %} value="1" /></td>
<td></td>
</tr>
<tr>