diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-07 08:28:11 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-07 08:28:11 +0800 |
commit | 3e80996bc5b171358aef695c606b414dfd371baf (patch) | |
tree | 414ff96da35982b36ccb1bdb94ee57a4760fa793 | |
parent | Makefile: Don't need to statically link Go files (diff) | |
download | forge-3e80996bc5b171358aef695c606b414dfd371baf.tar.gz forge-3e80996bc5b171358aef695c606b414dfd371baf.tar.zst forge-3e80996bc5b171358aef695c606b414dfd371baf.zip |
group: Reorder contrib options in repo creation form
-rw-r--r-- | templates/group.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl index 5f3f0da..8343026 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -49,8 +49,8 @@ <td class="tdinput"> <select id="repo-contrib-input" name="repo_contrib"> <option value="public">Public</option> - <option value="registered_user">Registered user</option> <option value="ssh_pubkey">SSH public key</option> + <option value="registered_user">Registered user</option> <option value="closed">Closed</option> </select> </td> |