Converting all forms to use the "fake/null" gettext conversion function
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Aug 2011 17:07:59 +0000 (12:07 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Aug 2011 17:07:59 +0000 (12:07 -0500)
commit7960ac985f9b5a80063f21012d53793cb2d22dd9
tree2b46212789898fc006ab4e6481efcbc47e6cee6e
parentc22d624af3cc473d3b31baaf6f1a32a498a949e0
Converting all forms to use the "fake/null" gettext conversion function

Gettext doesn't actually get run right in the form but we do need to
wrap the strings in _() so stuff extracts :)
mediagoblin/auth/forms.py
mediagoblin/edit/forms.py
mediagoblin/submit/forms.py
mediagoblin/user_pages/forms.py