Checkbox label is being translated in the form definition -- translating it in the template is redundant and breaks <label> functionality.
This commit is contained in:
parent
4d7a93a493
commit
c302bcd918
@ -41,7 +41,7 @@
|
||||
|
||||
<p class="delete_checkbox_box">
|
||||
{{ form.confirm }}
|
||||
{{ _(form.confirm.label.text) }}
|
||||
{{ form.confirm.label }}
|
||||
</p>
|
||||
|
||||
<div class="form_submit_buttons">
|
||||
|
Loading…
x
Reference in New Issue
Block a user