Add active page
This commit is contained in:
parent
de087c7b4a
commit
a2fbb24615
5 changed files with 60 additions and 0 deletions
|
@ -16,6 +16,10 @@ func SignInRequire(redirect bool) martini.Handler {
|
|||
ctx.Render.Redirect("/")
|
||||
}
|
||||
return
|
||||
} else if !ctx.User.IsActive {
|
||||
ctx.Data["Title"] = "Activate Your Account"
|
||||
ctx.Render.HTML(200, "user/active", ctx.Data)
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue