From bc8721fb6c704255fd8be9edc9372e4d17adaee9 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 10 Dec 2014 16:37:54 -0500 Subject: Finish new UI for release page --- modules/auth/repo_form.go | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/auth/repo_form.go') diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 7901ce87..41c0217a 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"` -- cgit v1.2.3