diff options
Diffstat (limited to 'templates/repo/editor/edit.tmpl')
-rw-r--r-- | templates/repo/editor/edit.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/editor/edit.tmpl b/templates/repo/editor/edit.tmpl index 64b09c37..67a679d9 100644 --- a/templates/repo/editor/edit.tmpl +++ b/templates/repo/editor/edit.tmpl @@ -4,7 +4,7 @@ <div class="ui container"> {{template "base/alert" .}} <form class="ui edit form" method="post"> - {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}} <input type="hidden" name="last_commit" value="{{.last_commit}}"> <div class="ui secondary menu"> <div class="fitted item treepath"> |