From fdc4151ff3f97df69788c69f8136b1c1be49b29f Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 11 Mar 2014 01:32:36 -0400 Subject: Finish create repo --- modules/auth/repo.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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"` } -- cgit v1.2.3