summaryrefslogtreecommitdiffstats
path: root/templates/repo/editor/delete.tmpl
diff options
context:
space:
mode:
authorRichard Mahn <richmahn@users.noreply.github.com>2019-04-17 10:06:35 -0600
committertechknowlogick <matti@mdranta.net>2019-04-17 12:06:35 -0400
commit2262811e407facea09047e94aa1850c192511587 (patch)
treea478624613dc6cf095784d629f9627b197de15e8 /templates/repo/editor/delete.tmpl
parent059195b127848d96a4690257af19d8c97c6d2363 (diff)
downloadgitea-2262811e407facea09047e94aa1850c192511587.tar.gz
gitea-2262811e407facea09047e94aa1850c192511587.zip
Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)
Diffstat (limited to 'templates/repo/editor/delete.tmpl')
-rw-r--r--templates/repo/editor/delete.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/repo/editor/delete.tmpl b/templates/repo/editor/delete.tmpl
index a874253079..10eca8f529 100644
--- a/templates/repo/editor/delete.tmpl
+++ b/templates/repo/editor/delete.tmpl
@@ -5,8 +5,9 @@
{{template "base/alert" .}}
<form class="ui form" method="post">
{{.CsrfTokenHtml}}
+ <input type="hidden" name="last_commit" value="{{.last_commit}}">
{{template "repo/editor/commit_form" .}}
</form>
</div>
</div>
-{{template "base/footer" .}} \ No newline at end of file
+{{template "base/footer" .}}