Skip to content

Commit

Permalink
Changed redirect to login
Browse files Browse the repository at this point in the history
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
  • Loading branch information
macartur committed May 16, 2016
1 parent ef00bb2 commit a922421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colab/accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def resend_email_verification(request):
msg = _('An error occurred while sending mail.')
messages.error(request, msg)

return redirect('resend_email_verification')
return redirect('login')


def password_changed(request):
Expand Down

0 comments on commit a922421

Please sign in to comment.