diff options
author | Richard Mahn <richmahn@users.noreply.github.com> | 2019-04-17 10:06:35 -0600 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-04-17 12:06:35 -0400 |
commit | 2262811e407facea09047e94aa1850c192511587 (patch) | |
tree | a478624613dc6cf095784d629f9627b197de15e8 /templates/repo/editor/delete.tmpl | |
parent | 059195b127848d96a4690257af19d8c97c6d2363 (diff) | |
download | gitea-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.tmpl | 3 |
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" .}} |