summaryrefslogtreecommitdiffstats
path: root/modules/auth
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-27 00:24:24 -0500
committerUnknwon <u@gogs.io>2015-11-27 00:24:24 -0500
commit392f3ee21016476fb9794f78882d6c447acb8449 (patch)
treed2ff57d2ddbe77760021ea57dafc70004ec95269 /modules/auth
parentc50a3503e6e8ece0dabd109932a72fe093c3cab3 (diff)
downloadgitea-392f3ee21016476fb9794f78882d6c447acb8449.tar.gz
gitea-392f3ee21016476fb9794f78882d6c447acb8449.zip
wiki: finish new
Diffstat (limited to 'modules/auth')
-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 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
}