Use wtforms_util.render_field_div more in media_collect.html
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 4 Feb 2013 20:25:01 +0000 (21:25 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 22 Feb 2013 13:23:16 +0000 (14:23 +0100)
commitd647b62699cd8f3a2548626a8ee309ac9af4db43
tree71def9e79547125e212253063ac54595dc297951
parentaa9ac2b287aa0d9395a5ef2d6612a086cea07600
Use wtforms_util.render_field_div more in media_collect.html

If we have to render fields individually, we still can use
wtforms_util.render_field_div for each field. Makes things
much smaller and readable.
mediagoblin/templates/mediagoblin/user_pages/media_collect.html