rename is_downloable to isDownloable

Change Functional to unit test
This commit is contained in:
Benoît Burnichon
2016-02-10 16:01:24 +01:00
parent 02879cdde5
commit 810bef41fb
6 changed files with 10 additions and 67 deletions

View File

@@ -227,7 +227,7 @@
{% endfor %}
<tr>
<td>{{ 'Telechargeable' | trans }}</td>
<td><input type="checkbox" name="{{subdefgroup}}_{{subdefname}}_downloadable" {% if subdef.is_downloadable() %}checked="checked"{% endif %} value="1" /></td>
<td><input type="checkbox" name="{{subdefgroup}}_{{subdefname}}_downloadable" {% if subdef.isDownloadable() %}checked="checked"{% endif %} value="1" /></td>
<td></td>
</tr>
<tr>