1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Sandro Santilli 2016-11-07 17:55:31 +01:00
parent aadd7dcdc3
commit b7bf9dfd28
3 changed files with 4 additions and 4 deletions

View file

@ -101,8 +101,8 @@ func (f *UpdateProfileForm) Validate(ctx *macaron.Context, errs binding.Errors)
}
const (
AVATAR_LOCAL string = "local"
AVATAR_BYMAIL string = "bymail"
AvatarLocal string = "local"
AvatarByMail string = "bymail"
)
type AvatarForm struct {