diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-11 01:32:36 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-11 01:32:36 -0400 |
commit | fdc4151ff3f97df69788c69f8136b1c1be49b29f (patch) | |
tree | c5b0af07d7ed9e24cb82c11555e5fe6ec79d82bf /modules/auth | |
parent | e9b71c88d7782ae894139db584f95582600e7e29 (diff) | |
download | gitea-fdc4151ff3f97df69788c69f8136b1c1be49b29f.tar.gz gitea-fdc4151ff3f97df69788c69f8136b1c1be49b29f.zip |
Finish create repo
Diffstat (limited to 'modules/auth')
-rw-r--r-- | modules/auth/repo.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo.go b/modules/auth/repo.go index e55ccb2894..981315d40f 100644 --- a/modules/auth/repo.go +++ b/modules/auth/repo.go @@ -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"` } |