diff options
Diffstat (limited to 'data/templates/recipe_edit.html')
-rw-r--r-- | data/templates/recipe_edit.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/recipe_edit.html b/data/templates/recipe_edit.html index 64e0790..67437f6 100644 --- a/data/templates/recipe_edit.html +++ b/data/templates/recipe_edit.html @@ -6,6 +6,10 @@ <body> <header> + <nav> + <a href="/index.html">HOME</a> + <a href="/add_recipes">add recipe</a> + </nav> <h1>Edit a recipe</h1> </header> |