From 593bf767788aeeba34f175a0d5b37e57c0adaa5e Mon Sep 17 00:00:00 2001 From: Andres Vargas Date: Fri, 30 Oct 2015 12:19:44 -0600 Subject: [PATCH] translation work now --- userena/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userena/forms.py b/userena/forms.py index 70b7f488..5d767a50 100644 --- a/userena/forms.py +++ b/userena/forms.py @@ -141,7 +141,7 @@ def identification_field_factory(label, error_required): return forms.CharField(label=label, widget=forms.TextInput(attrs=attrs_dict), max_length=75, - error_messages={'required': _("%(error)s") % {'error': error_required}}) + error_messages={'required': error_required}) class AuthenticationForm(forms.Form): """