Skip to content

Commit

Permalink
Bug 622612, added locale badges to screenshot captions
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Jan 3, 2011
1 parent e69fc4a commit 7754aab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/devhub/templates/devhub/includes/addon_edit_media.html
Expand Up @@ -88,7 +88,9 @@ <h3>
{% endif %}
</div>
{{ form.id|safe }}
<label>{{ _('Please provide a caption for this screen shot:') }}</label>
<label data-for="{{ form.prefix }}-{{ form.caption.name }}" class="above-the-field">
{{ _('Please provide a caption for this screen shot:') }}
</label>
{{ form.caption|safe }}
<div class="preview_extra">
{{ form.upload_hash|safe }}
Expand Down

0 comments on commit 7754aab

Please sign in to comment.