From 586bf8af378a2410f9e791a76bba5d0bf6c26ebb Mon Sep 17 00:00:00 2001
From: Stephan Porada <sporada@uni-bielefeld.de>
Date: Tue, 9 Jul 2019 10:17:58 +0200
Subject: [PATCH] Change maind.index to main.index

---
 app/auth/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/auth/views.py b/app/auth/views.py
index abb1ccff..95dd2fd8 100644
--- a/app/auth/views.py
+++ b/app/auth/views.py
@@ -85,7 +85,7 @@ def resend_confirmation():
     send_email(current_user.email, 'Confirm Your Account', 'auth/email/confirm',
                user=current_user, token=token)
     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'])
-- 
GitLab