diff options
Diffstat (limited to 'data/templates/recipe.html')
-rw-r--r-- | data/templates/recipe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/recipe.html b/data/templates/recipe.html index 972a8bf..348a44d 100644 --- a/data/templates/recipe.html +++ b/data/templates/recipe.html @@ -16,7 +16,7 @@ <main> {{.Html}} - <a href="./recipe/edit?id={{.Id}}"><button>edit</button></a> + <a href="/recipe/edit?id={{.Id}}"><button>edit</button></a> {{ template "footer.html" }} </main> |