Fix #425
This commit is contained in:
parent
8826186c30
commit
8b0e815d98
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func Toggle(options *ToggleOptions) macaron.Handler {
|
|||
return
|
||||
} else if !ctx.User.IsActive && setting.Service.RegisterEmailConfirm {
|
||||
ctx.Data["Title"] = ctx.Tr("auth.active_your_account")
|
||||
ctx.HTML(200, "user/activate")
|
||||
ctx.HTML(200, "user/auth/activate")
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue