mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Fix Typos
This commit is contained in:
		@@ -6,6 +6,7 @@ from .. import logger
 | 
			
		||||
from ..auth.forms import LoginForm
 | 
			
		||||
from ..models import User
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@main.route('/', methods=['GET', 'POST'])
 | 
			
		||||
def index():
 | 
			
		||||
    login_form = LoginForm(prefix='login-form')
 | 
			
		||||
 
 | 
			
		||||
@@ -47,8 +47,7 @@ def settings():
 | 
			
		||||
        edit_email_form=edit_email_form,
 | 
			
		||||
        edit_password_form=edit_password_form,
 | 
			
		||||
        edit_general_settings_form=edit_general_settings_form,
 | 
			
		||||
        title='Settings'
 | 
			
		||||
    )
 | 
			
		||||
        title='Settings')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@profile.route('/delete', methods=['GET', 'POST'])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user