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 42b76039ee..995e6425aa 100644 --- a/templates/user/settings/sshkeys.tmpl +++ b/templates/user/settings/sshkeys.tmpl @@ -28,7 +28,7 @@ <form action="{{AppSubUrl}}/user/settings/ssh" method="post"> {{$.CsrfTokenHtml}} <input name="_method" type="hidden" value="DELETE"> - <input name="id" type="hidden" value="{{.Id}}"> + <input name="id" type="hidden" value="{{.ID}}"> <button class="right ssh-btn btn btn-red btn-radius btn-small">{{$.i18n.Tr "settings.delete_key"}}</button> </form> </li> |