remove a superfluous '01' that appeared next to checkboxes from template file

This commit is contained in:
Hannes Heute 2024-01-10 17:41:53 +01:00
parent 83c187e3ac
commit 60e1427ffe
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="field checkbox" id="div_id_{{$field.0}}">
<input type="hidden" name="{{$field.0}}" value="0">
<input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="1" {{if $field.2}}checked{{/if}} {{if $field.3}}aria-describedby="{{$field.0}}_tip"{{/if}} {{$field.4 nofilter}}>
<label for="id_{{$field.0}}">01
<label for="id_{{$field.0}}">
{{$field.1}}
{{if $field.3}}
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>