Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.
This commit is contained in:
committed by
Christopher Allan Webber
parent
50cb512220
commit
665b9c420a
@@ -19,7 +19,7 @@ import wtforms
|
||||
from urlparse import urlparse
|
||||
|
||||
from mediagoblin.tools.extlib.wtf_html5 import URLField
|
||||
from mediagoblin.tools.translate import fake_ugettext_passthrough as _
|
||||
from mediagoblin.tools.translate import lazy_pass_to_ugettext as _
|
||||
|
||||
|
||||
class AuthorizationForm(wtforms.Form):
|
||||
|
||||
Reference in New Issue
Block a user