let's view the user's profile

This commit is contained in:
Paul Schneider 2017-01-15 19:41:23 +01:00
commit f6f5d0d7d8

View file

@ -505,6 +505,7 @@ namespace Yavsc.Controllers
return View(new PerformerProfile
{
PerformerId = user.Id,
Performer = user,
OrganizationAddress = new Location()
});
}