should fix the 'email sent' message

This commit is contained in:
Paul Schneider 2018-10-21 17:46:52 +02:00
commit a620f2f9f4

View file

@ -26,7 +26,7 @@
}
}
}
@if (ViewBag.EmailSent)
@if (ViewBag.EmailSent.Sent)
{
<h4>@String.Format(SR["EmailSentToPerformer"],User.GetUserName())</h4>
}