diff options
author | Unknwon <u@gogs.io> | 2017-04-06 17:20:38 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-06 17:20:38 -0400 |
commit | 2c404daca612b43bd6b0b720d3e732d9550c0eab (patch) | |
tree | 3e547af01e8f0176b0e2e5d5a87353649777871d /templates/repo/settings/branches.tmpl | |
parent | 0e271799f2ec744332761cd87fe0d96f4d9653e0 (diff) |
pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}
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}}"> |