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:
Aaron Williamson 2011-10-03 20:47:39 -04:00
parent 4d7a93a493
commit c302bcd918

View File

@ -41,7 +41,7 @@
<p class="delete_checkbox_box">
{{ form.confirm }}
{{ _(form.confirm.label.text) }}
{{ form.confirm.label }}
</p>
<div class="form_submit_buttons">