diff options
Diffstat (limited to 'templates/repo/settings/githook_edit.tmpl')
-rw-r--r-- | templates/repo/settings/githook_edit.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/githook_edit.tmpl b/templates/repo/settings/githook_edit.tmpl index 807c590d..ccbcc81c 100644 --- a/templates/repo/settings/githook_edit.tmpl +++ b/templates/repo/settings/githook_edit.tmpl @@ -12,7 +12,7 @@ <div class="ui attached segment"> <p>{{.i18n.Tr "repo.settings.githook_edit_desc"}}</p> <form class="ui form" action="{{.Link}}" method="post"> - {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}} {{with .Hook}} <div class="inline field"> <label>{{$.i18n.Tr "repo.settings.githook_name"}}</label> |