diff options
Diffstat (limited to 'templates/repo/editor')
-rw-r--r-- | templates/repo/editor/commit_form.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/editor/commit_form.tmpl b/templates/repo/editor/commit_form.tmpl index f4778e22d1..95c42f8ae0 100644 --- a/templates/repo/editor/commit_form.tmpl +++ b/templates/repo/editor/commit_form.tmpl @@ -16,7 +16,7 @@ </div> <div class="inline field"> <div class="ui checkbox"> - <input name="signoff" type="checkbox" tabindex="0" class="hidden"> + <input name="signoff" type="checkbox" tabindex="0"> <label>{{.locale.Tr "repo.editor.signoff_desc"}}</label> </div> </div> |