mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
forms
This commit is contained in:
@@ -129,7 +129,7 @@ def recipe_view(request, pk, share=None):
|
||||
request, messages.SUCCESS, _('Comment saved!')
|
||||
)
|
||||
|
||||
bookmark_form = RecipeBookEntryForm(request.POST, prefix='bookmark')
|
||||
bookmark_form = RecipeBookEntryForm(request.POST, prefix='bookmark', space=request.space)
|
||||
if bookmark_form.is_valid():
|
||||
bookmark = RecipeBookEntry()
|
||||
bookmark.recipe = recipe
|
||||
|
||||
Reference in New Issue
Block a user