From 392f3ee21016476fb9794f78882d6c447acb8449 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 27 Nov 2015 00:24:24 -0500 Subject: wiki: finish new --- modules/auth/repo_form.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/auth') diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index b876f279..1ba81076 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 } -- cgit v1.2.3