コード例 #1
0
def choiceItalian():
    choice, hall = algorithm.makeChoice(current_user.getLocation(),
                                        current_user.getFoods(), "italian")
    return render_template('choiceItalian.html',
                           choice=choice,
                           hall=hall,
                           user=current_user)
コード例 #2
0
ファイル: views.py プロジェクト: falafel2222/norfrosh_hacks
def choiceItalian():
	choice, hall = algorithm.makeChoice(current_user.getLocation(), current_user.getFoods(), "italian")
	return render_template('choiceItalian.html',choice=choice,hall=hall,user=current_user)