summaryrefslogtreecommitdiffstats
path: root/modules/auth/repo_form.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-12-10 16:37:54 -0500
committerUnknwon <joe2010xtmf@163.com>2014-12-10 16:37:54 -0500
commitbc8721fb6c704255fd8be9edc9372e4d17adaee9 (patch)
tree1bc335b23b84432799440bb7572942410ce00b33 /modules/auth/repo_form.go
parent01ba7717838c01c719cca34d3fe446c547c9ada4 (diff)
downloadgitea-bc8721fb6c704255fd8be9edc9372e4d17adaee9.tar.gz
gitea-bc8721fb6c704255fd8be9edc9372e4d17adaee9.zip
Finish new UI for release page
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r--modules/auth/repo_form.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 7901ce8777..41c0217a93 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -164,7 +164,6 @@ func (f *NewReleaseForm) Validate(ctx *macaron.Context, errs binding.Errors) bin
}
type EditReleaseForm struct {
- Target string `form:"tag_target" binding:"Required"`
Title string `form:"title" binding:"Required"`
Content string `form:"content" binding:"Required"`
Draft string `form:"draft"`