diff options
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 194f3326..0ed4c1b2 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -220,8 +220,6 @@ func (f *CreateLabelForm) Validate(ctx *macaron.Context, errs binding.Errors) bi return validate(errs, ctx.Data, f, ctx.Locale) } -// Label templates - type InitializeLabelsForm struct { TemplateName string `binding:"Required"` } |