diff options
Diffstat (limited to 'templates/repo/settings/branches.tmpl')
-rw-r--r-- | templates/repo/settings/branches.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/branches.tmpl b/templates/repo/settings/branches.tmpl index 92149b08..fa4df769 100644 --- a/templates/repo/settings/branches.tmpl +++ b/templates/repo/settings/branches.tmpl @@ -12,7 +12,7 @@ <div class="ui attached segment default-branch"> <p>{{.i18n.Tr "repo.settings.default_branch_desc"}}</p> <form class="ui form" action="{{.Link}}/default_branch" method="post"> - {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}} <div class="required inline field {{if .Repository.IsBare}}disabled{{end}}"> <div class="ui selection dropdown"> <input type="hidden" id="branch" name="branch" value="{{.Repository.DefaultBranch}}"> |