diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/forms/repo_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/forms/repo_form.go b/services/forms/repo_form.go index 1210d5dfc5..7c61be5e22 100644 --- a/services/forms/repo_form.go +++ b/services/forms/repo_form.go @@ -499,6 +499,7 @@ type UserCreateProjectForm struct { type EditProjectBoardForm struct { Title string `binding:"Required;MaxSize(100)"` Sorting int8 + Color string `binding:"MaxSize(7)"` } // _____ .__.__ __ |