should fix the 'email sent' message
This commit is contained in:
parent
365c8f41be
commit
a620f2f9f4
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>
|
<h4>@String.Format(SR["EmailSentToPerformer"],User.GetUserName())</h4>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue