Ooops! We should do a fake ugettext passthrough here also.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Aug 2011 17:28:42 +0000 (12:28 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Aug 2011 17:28:42 +0000 (12:28 -0500)
mediagoblin/user_pages/forms.py

index 0489f76a64a489d603a2e7aa39200720f16dda5c..ce7bfaa4b4b071ddae82bd0a1bf1f1ba2d605c3c 100644 (file)
@@ -16,7 +16,7 @@
 
 import wtforms
 
-from mediagoblin.util import pass_to_ugettext as _
+from mediagoblin.util import fake_ugettext_passthrough as _
 
 
 class MediaCommentForm(wtforms.Form):