summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/forms/repo_form.go1
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)"`
}
// _____ .__.__ __