should fix the 'email sent' message

main
Paul Schneider 7 years ago
parent 0d670364b2
commit ed2687c8db
1 changed files with 1 additions and 1 deletions

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

Loading…