mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Change maind.index to main.index
This commit is contained in:
		@@ -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'])
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user