1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

wiki: finish new

This commit is contained in:
Unknwon
2015-11-27 00:24:24 -05:00
parent c50a3503e6
commit 392f3ee210
15 changed files with 474 additions and 2236 deletions

View File

@@ -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
}

File diff suppressed because one or more lines are too long