Skip to content
Snippets Groups Projects
Commit 586bf8af authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Change maind.index to main.index

parent 1ec93fa7
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ def resend_confirmation(): ...@@ -85,7 +85,7 @@ def resend_confirmation():
send_email(current_user.email, 'Confirm Your Account', 'auth/email/confirm', send_email(current_user.email, 'Confirm Your Account', 'auth/email/confirm',
user=current_user, token=token) user=current_user, token=token)
flash('A new confirmation email has benn sent to you by email.') flash('A new confirmation email has benn sent to you by email.')
return redirect(url_for('maind.index')) return redirect(url_for('main.index'))
@auth.route('/reset', methods=['GET', 'POST']) @auth.route('/reset', methods=['GET', 'POST'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment