Checkbox label is being translated in the form definition -- translating it in the...
authorAaron Williamson <aaron@copiesofcopies.org>
Tue, 4 Oct 2011 00:47:39 +0000 (20:47 -0400)
committerAaron Williamson <aaron@copiesofcopies.org>
Tue, 4 Oct 2011 00:47:39 +0000 (20:47 -0400)
mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html

index dd6923a9420e493ae9d4463a4fa2860ab91a5dd3..a96e04dc6c0aab1fc65f4c8e1e871a07ae36a835 100644 (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">