Renamed template

This commit is contained in:
2018-03-14 18:23:04 +01:00
parent 5b05d82b7d
commit 04ac4057a9
2 changed files with 2 additions and 2 deletions

View File

@ -53,5 +53,5 @@ func render(ctx *aero.Context, fetch func(userID string) []*arn.SoundTrack) stri
}
// Otherwise, send the full page
return ctx.HTML(components.TrackList(tracks, viewUser, nextIndex, user, ctx.URI()))
return ctx.HTML(components.ProfileSoundTracks(tracks, viewUser, nextIndex, user, ctx.URI()))
}