mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Removed unused field in form (#3023)
This commit is contained in:
		@@ -362,10 +362,9 @@ func (f *EditReleaseForm) Validate(ctx *macaron.Context, errs binding.Errors) bi
 | 
			
		||||
 | 
			
		||||
// NewWikiForm form for creating wiki
 | 
			
		||||
type NewWikiForm struct {
 | 
			
		||||
	OldTitle string
 | 
			
		||||
	Title    string `binding:"Required"`
 | 
			
		||||
	Content  string `binding:"Required"`
 | 
			
		||||
	Message  string
 | 
			
		||||
	Title   string `binding:"Required"`
 | 
			
		||||
	Content string `binding:"Required"`
 | 
			
		||||
	Message string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Validate validates the fields
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user