~petersanchez/gohome

ee953147b1a08c15ee88c933f7bb813712cfd3ef — Peter Sanchez 10 months ago 4762383
Adding ignore validate rule to RepoForm.IsActive
1 files changed, 1 insertions(+), 1 deletions(-)

M input.go
M input.go => input.go +1 -1
@@ 92,7 92,7 @@ type RepoForm struct {
	RepoURL     string `form:"repourl" validate:"required,http_url"`
	IssuesURL   string `form:"issuesurl" validate:"http_url"`
	MailURL     string `form:"mailurl" validate:"http_url"`
	IsActive    bool   `form:"is_active"`
	IsActive    bool   `form:"is_active" validate:"-"`
}

// Validate ...