diff options
Diffstat (limited to 'templates/repo/editor/delete.tmpl')
-rw-r--r-- | templates/repo/editor/delete.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/editor/delete.tmpl b/templates/repo/editor/delete.tmpl index a8742530..4506840b 100644 --- a/templates/repo/editor/delete.tmpl +++ b/templates/repo/editor/delete.tmpl @@ -4,7 +4,7 @@ <div class="ui container"> {{template "base/alert" .}} <form class="ui form" method="post"> - {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}} {{template "repo/editor/commit_form" .}} </form> </div> |