aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/auth/repo_form.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 804c8ebae7..bd68feafcf 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -239,7 +239,7 @@ func (f *NewReleaseForm) Validate(ctx *macaron.Context, errs binding.Errors) bin
type EditReleaseForm struct {
Title string `form:"title" binding:"Required"`
- Content string `form:"content" binding:"Required"`
+ Content string `form:"content"`
Draft string `form:"draft"`
Prerelease bool `form:"prerelease"`
}