diff options
Diffstat (limited to '')
-rw-r--r-- | templates/group.tmpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl index 00752c7..ae0892c 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -33,11 +33,17 @@ </thead> <tbody> <tr> - <th scope="row">Repo name</th> + <th scope="row">Name</th> <td class="tdinput"> <input id="repo-name-input" name="repo_name" type="text" /> </td> </tr> + <tr> + <th scope="row">Description</th> + <td class="tdinput"> + <input id="repo-desc-input" name="repo_desc" type="text" /> + </td> + </tr> </tbody> <tfoot> <tr> |