Added welcome page

This commit is contained in:
2018-11-15 12:42:10 +09:00
parent 085417edce
commit 1ef1c55e49
19 changed files with 153 additions and 30 deletions

View File

@ -67,8 +67,7 @@ func Finish(ctx *aero.Context) string {
}
animeList.Save()
return utils.SmartRedirect(ctx, "/+"+user.Nick+"/animelist/watching")
return ctx.HTML(components.ImportFinished(user))
}
// getMatches finds and returns all matches for the logged in user.