summaryrefslogtreecommitdiffstats
path: root/modules/auth
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-11 01:32:36 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-11 01:32:36 -0400
commitfdc4151ff3f97df69788c69f8136b1c1be49b29f (patch)
treec5b0af07d7ed9e24cb82c11555e5fe6ec79d82bf /modules/auth
parente9b71c88d7782ae894139db584f95582600e7e29 (diff)
downloadgitea-fdc4151ff3f97df69788c69f8136b1c1be49b29f.tar.gz
gitea-fdc4151ff3f97df69788c69f8136b1c1be49b29f.zip
Finish create repo
Diffstat (limited to 'modules/auth')
-rw-r--r--modules/auth/repo.go1
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"`
}