diff options
author | xengineering <me@xengineering.eu> | 2023-02-12 19:40:49 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-02-12 19:40:49 +0100 |
commit | ddb4a94dd72c250bd8c2090378ef9a4fff404787 (patch) | |
tree | cc1e76d919b7f5910fc082e40ac483f1db42a07b /data/templates/recipe_edit.html | |
parent | 89d402d10e8af9073cdfb2ad967eda16d714371e (diff) | |
download | ceres-ddb4a94dd72c250bd8c2090378ef9a4fff404787.tar ceres-ddb4a94dd72c250bd8c2090378ef9a4fff404787.tar.zst ceres-ddb4a94dd72c250bd8c2090378ef9a4fff404787.zip |
Move footer to own template file
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> |