Ooops! We should do a fake ugettext passthrough here also.

This commit is contained in:
Christopher Allan Webber 2011-08-10 12:28:42 -05:00
parent ad4aef3a67
commit 369fd2f972

View 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):