Anime list no longer embedded in profile

This commit is contained in:
2018-03-14 20:13:20 +01:00
parent 04ac4057a9
commit 045879001f
17 changed files with 247 additions and 266 deletions

View File

@ -14,6 +14,5 @@ func Get(ctx *aero.Context) string {
return frontpage.Get(ctx)
}
return ctx.Redirect("/animelist/watching")
//return AnimeList(ctx, user, arn.AnimeListStatusWatching)
return ctx.Redirect("/+" + user.Nick + "/animelist/watching")
}