예제 #1
0
def book():
	cookrecipe = CookRecipe('book')
	return cookrecipe.render('app/cookrecipe/book')
예제 #2
0
def addtobookbutton():
    cookrecipe = CookRecipe()
    return cookrecipe.add_to_book_button()
예제 #3
0
def removefrombook():
    cookrecipe = CookRecipe()
    return cookrecipe.remove_from_book()
예제 #4
0
def addtobookbutton():
    cookrecipe = CookRecipe()
    return cookrecipe.add_to_book_button()
예제 #5
0
def removefrombook():
    cookrecipe = CookRecipe('remove_from_book')
    return cookrecipe.add_to_book_button()
예제 #6
0
def book():
    cookrecipe = CookRecipe('book')
    return cookrecipe.render('app/cookrecipe/book')
예제 #7
0
def removefrombook():
    cookrecipe = CookRecipe()
    return cookrecipe.remove_from_book()