diff options
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index b876f27910..1ba81076fc 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -247,7 +247,7 @@ func (f *EditReleaseForm) Validate(ctx *macaron.Context, errs binding.Errors) bi type NewWikiForm struct { Title string `binding:"Required"` - Content string + Content string `binding:"Required"` Message string } |