aboutsummaryrefslogtreecommitdiff
path: root/templates/group.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/group.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl
index ae0892c..5f3f0da 100644
--- a/templates/group.tmpl
+++ b/templates/group.tmpl
@@ -44,6 +44,17 @@
<input id="repo-desc-input" name="repo_desc" type="text" />
</td>
</tr>
+ <tr>
+ <th scope="row">Contrib</th>
+ <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="closed">Closed</option>
+ </select>
+ </td>
+ </tr>
</tbody>
<tfoot>
<tr>