moved normalize_user_or_email_field to auth/tools.py from auth/forms.py
This commit is contained in:
parent
58460a8301
commit
0f3504e35b
@ -1,7 +1,7 @@
|
||||
import wtforms
|
||||
|
||||
from mediagoblin.tools.translate import lazy_pass_to_ugettext as _
|
||||
from mediagoblin.auth.forms import normalize_user_or_email_field
|
||||
from mediagoblin.auth.tools import normalize_user_or_email_field
|
||||
|
||||
|
||||
class RegistrationForm(wtforms.Form):
|
||||
|
Loading…
x
Reference in New Issue
Block a user