1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-02 16:38:34 +00:00

Finish create repo

This commit is contained in:
Unknown 2014-03-11 01:32:36 -04:00
parent e9b71c88d7
commit fdc4151ff3
11 changed files with 271 additions and 27 deletions

View file

@ -22,6 +22,7 @@ type CreateRepoForm struct {
Visibility string `form:"visibility"`
Description string `form:"desc" binding:"MaxSize(100)"`
Language string `form:"language"`
License string `form:"license"`
InitReadme string `form:"initReadme"`
}