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)
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)