summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/deploy_keys.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/settings/deploy_keys.tmpl')
-rw-r--r--templates/repo/settings/deploy_keys.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/deploy_keys.tmpl b/templates/repo/settings/deploy_keys.tmpl
index 1f6b26a6da..6f419c894a 100644
--- a/templates/repo/settings/deploy_keys.tmpl
+++ b/templates/repo/settings/deploy_keys.tmpl
@@ -57,11 +57,11 @@
</div>
<div class="field {{if .Err_Title}}error{{end}}">
<label for="title">{{.i18n.Tr "repo.settings.title"}}</label>
- <input id="title" name="title" value="{{.title}}" autofocus required>
+ <input id="ssh-key-title" name="title" value="{{.title}}" autofocus required>
</div>
<div class="field {{if .Err_Content}}error{{end}}">
<label for="content">{{.i18n.Tr "repo.settings.deploy_key_content"}}</label>
- <textarea id="content" name="content" required>{{.content}}</textarea>
+ <textarea id="ssh-key-content" name="content" required>{{.content}}</textarea>
</div>
<button class="ui green button">
{{.i18n.Tr "repo.settings.add_deploy_key"}}