aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2011-10-15 14:15:36 +0200
committerElrond <elrond+mediagoblin.org@samba-tng.org>2011-10-15 14:15:36 +0200
commit404d8fa9ae6e305f7b06750b67b5dac1d9634af2 (patch)
treef9def726b876ce3fd869e5071e5cfe65854d024e /mediagoblin
parentb06e4f3b2d47cf55dfe4784eeab05e981f3131b4 (diff)
parent29264e0d74ef4020cd87a2ed4d22bdda2421f784 (diff)
downloadmediagoblin-404d8fa9ae6e305f7b06750b67b5dac1d9634af2.tar.lz
mediagoblin-404d8fa9ae6e305f7b06750b67b5dac1d9634af2.tar.xz
mediagoblin-404d8fa9ae6e305f7b06750b67b5dac1d9634af2.zip
Merge remote branch 'aaronw/bug608_checkbox_labels'
* aaronw/bug608_checkbox_labels: No need to translate label name. Add label tag to fix translation issue. Update english translation file. Checkbox label is being translated in the form definition -- translating it in the template is redundant and breaks <label> functionality. Conflicts: mediagoblin/i18n/en/LC_MESSAGES/mediagoblin.po
Diffstat (limited to 'mediagoblin')
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html b/mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html
index dd6923a9..8da90f79 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html
@@ -41,7 +41,7 @@
<p class="delete_checkbox_box">
{{ form.confirm }}
- {{ _(form.confirm.label.text) }}
+ <label for="{{ (form.confirm.name) }}">{{ _(form.confirm.label.text) }}</label>
</p>
<div class="form_submit_buttons">