Create wtforms_util.render_label(_p) and use it around.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 22 Feb 2013 13:19:19 +0000 (14:19 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 22 Feb 2013 13:24:37 +0000 (14:24 +0100)
commitcde7a07d5ef576f50d86ba91a152f6fd434bd95d
tree5ba80dbdbef460cb3ad42e691dce0c9d6326aa4e
parentd647b62699cd8f3a2548626a8ee309ac9af4db43
Create wtforms_util.render_label(_p) and use it around.

- This makes many places more readable.
- Gives us translation in two places.
- Allows easier changing of labels in a central place.
mediagoblin/templates/mediagoblin/edit/edit_account.html
mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html
mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html
mediagoblin/templates/mediagoblin/user_pages/media_collect.html
mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html
mediagoblin/templates/mediagoblin/utils/wtforms.html