diff options
Diffstat (limited to 'data/templates/recipe_edit.html')
-rw-r--r-- | data/templates/recipe_edit.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/recipe_edit.html b/data/templates/recipe_edit.html index 954bc39..64e0790 100644 --- a/data/templates/recipe_edit.html +++ b/data/templates/recipe_edit.html @@ -20,6 +20,7 @@ <button type="submit">save</button> </form> <a href="/recipe?id={{.Id}}"><button>cancel</button></a> + {{ template "footer.html" }} </main> </body> </html> |