Fix checked on checkbox

This commit is contained in:
Michel Roux 2019-12-24 11:35:34 +01:00
parent 37bd6ad966
commit c52c6ea5eb

View File

@ -83,7 +83,7 @@
<label class="checkbox">
<b>{{ true|flagify }}</b>
{{ action_form.is_vf(value=link.vf) }}
{{ action_form.is_vf(checked=link.vf) }}
</label>
</div>
</div>