diff options
Diffstat (limited to 'templates/user/settings/sshkeys.tmpl')
-rw-r--r-- | templates/user/settings/sshkeys.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/sshkeys.tmpl b/templates/user/settings/sshkeys.tmpl index 33426fdc..52748750 100644 --- a/templates/user/settings/sshkeys.tmpl +++ b/templates/user/settings/sshkeys.tmpl @@ -50,7 +50,7 @@ </h4> <div class="ui attached segment"> <form class="ui form" action="{{.Link}}" method="post"> - {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}} <div class="field {{if .Err_Title}}error{{end}}"> <label for="title">{{.i18n.Tr "settings.key_name"}}</label> <input id="title" name="title" value="{{.title}}" autofocus required> |