should fix the 'email sent' message
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@if (ViewBag.EmailSent)
|
||||
@if (ViewBag.EmailSent.Sent)
|
||||
{
|
||||
<h4>@String.Format(SR["EmailSentToPerformer"],User.GetUserName())</h4>
|
||||
}
|
||||
|
Reference in New Issue
Block a user