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