diff options
Diffstat (limited to 'view/html')
-rw-r--r-- | view/html/recipe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/html/recipe.html b/view/html/recipe.html index a6588e6..43bbb2e 100644 --- a/view/html/recipe.html +++ b/view/html/recipe.html @@ -13,7 +13,7 @@ <p>Portions: {{.Portions}}</p> <p><a href="{{.Url}}">original recipe</a></p> <p>{{.Notes}}</p> - <a href="/recipe/{{.Id}}?edit=true"><button>edit</button></a> + <a href="/recipe/{{.Id}}?view=recipe-edit"><button>edit</button></a> </main> {{ template "footer" }} </body> |