Remove empty line.
							parent
							
								
									1f30d6f8fb
								
							
						
					
					
						commit
						792da57b50
					
				|  | @ -27,7 +27,6 @@ def signup(): | |||
|             return str(warn) | ||||
|          | ||||
|         available = check_username_availability(username) | ||||
|          | ||||
|         if not available: # 用户名不可用 | ||||
|             flash('用户名 %s 已经被注册。' % (username)) | ||||
|             return render_template('signup.html') | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue