X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/522d4762eb1aaba30d4de9275dbea9b83e3e7227..f5fda79fa40310950e0c6f40a40619c701fd3f08:/forum/views/auth.py diff --git a/forum/views/auth.py b/forum/views/auth.py index 75095a6..5a9f954 100644 --- a/forum/views/auth.py +++ b/forum/views/auth.py @@ -20,7 +20,7 @@ import logging from forum.forms import SimpleRegistrationForm, SimpleEmailSubscribeForm, \ TemporaryLoginRequestForm, ChangePasswordForm, SetPasswordForm -from forum.utils.mail import send_email, send_template_email +from forum.utils.mail import send_template_email from forum.authentication.base import InvalidAuthentication from forum.authentication import AUTH_PROVIDERS