IW4M-Admin/WebfrontCore/Views/Shared/Error.cshtml
RaidMax 979b1f2310 fixed initialization error when no map set exists in config
fixed discord link showing when no invite specified
OpenGraph image set to absolute url
more changes to killcallback and logging
fixed some angle conversion stuff
2018-03-25 23:51:25 -05:00

7 lines
156 B
Plaintext

@{
ViewData["Title"] = "Error";
}
<h3 class="text-danger">Sorry!</h3>
<h4 class="text-danger">An error occurred while processing your request.</h4>