From 7ceb00799a762a730a2a097513721ae30a5a9367 Mon Sep 17 00:00:00 2001 From: Niko Abeler Date: Fri, 23 Feb 2024 10:15:06 +0100 Subject: [PATCH] add drop file to more forms --- render/templates/forms/Note.tmpl | 7 ++++++- render/templates/forms/Page.tmpl | 7 ++++++- render/templates/forms/Recipe.tmpl | 7 ++++++- render/templates/forms/Reply.tmpl | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/render/templates/forms/Note.tmpl b/render/templates/forms/Note.tmpl index 63cb09d..6ccc025 100644 --- a/render/templates/forms/Note.tmpl +++ b/render/templates/forms/Note.tmpl @@ -1,2 +1,7 @@ - \ No newline at end of file + + + + \ No newline at end of file diff --git a/render/templates/forms/Page.tmpl b/render/templates/forms/Page.tmpl index 3b5e9ce..9b18e2e 100644 --- a/render/templates/forms/Page.tmpl +++ b/render/templates/forms/Page.tmpl @@ -2,4 +2,9 @@ - \ No newline at end of file + + + + \ No newline at end of file diff --git a/render/templates/forms/Recipe.tmpl b/render/templates/forms/Recipe.tmpl index bcf27bc..00b4076 100644 --- a/render/templates/forms/Recipe.tmpl +++ b/render/templates/forms/Recipe.tmpl @@ -12,4 +12,9 @@ {{$i}}{{ end }} - \ No newline at end of file + + + + \ No newline at end of file diff --git a/render/templates/forms/Reply.tmpl b/render/templates/forms/Reply.tmpl index aaca489..e1f5acd 100644 --- a/render/templates/forms/Reply.tmpl +++ b/render/templates/forms/Reply.tmpl @@ -5,4 +5,9 @@ - \ No newline at end of file + + + + \ No newline at end of file