diff options
Diffstat (limited to 'tbc/views.py')
-rwxr-xr-x | tbc/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py index e39efd2..ec9715b 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -212,7 +212,7 @@ def ForgotPassword(request): recommend that you update your password through the link given \ below, once you have logged in successfully.\ Link: http://tbc-python.fossee.in/update-password.\n\nThank You !" - #email_send(email, subject, message) + email_send(email, subject, message) form = UserLoginForm() context['form'] = form context['forgot_pass_redirection'] = True |