EnVisageOnline/Main/Source/EnVisage/Views/Home/AccessDenied.cshtml

16 lines
620 B
Plaintext

@{
ViewBag.Title = "Access not allowed";
}
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-warning">
<div class="panel-heading">
<span class="panel-title">Access not allowed</span>
</div>
<div class="panel-body">
Your user does not have sufficient permissions to access this area of Prevu. Please use navigation menu on the left to access other areas (if available) or contact your system Administrator for details. We are sorry for inconvenience.
</div>
</div>
</div>
</div>