Add delete all feeds when delete account

This commit is contained in:
Unknown 2014-03-16 06:38:39 -04:00
parent fb960db6af
commit 0754dd2f95
3 changed files with 8 additions and 3 deletions

View file

@ -168,7 +168,7 @@ func Delete(ctx *middleware.Context) {
}
}
ctx.Render.HTML(200, "user/delete", ctx.Data)
ctx.Render.Redirect("/", 302)
}
const (