mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
time
This commit is contained in:
@@ -39,6 +39,7 @@ def internal_recipe_update(request, pk):
|
||||
recipe = recipe_instance
|
||||
recipe.name = form.cleaned_data['name']
|
||||
recipe.instructions = form.cleaned_data['instructions']
|
||||
recipe.time = form.cleaned_data['time']
|
||||
|
||||
recipe.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user