IW4M-Admin/WebfrontCore/Views/Shared/Error.cshtml

7 lines
297 B
Plaintext
Raw Normal View History

@{
2018-02-21 20:29:23 -05:00
ViewData["Title"] = "Error";
}
<h4 class="text-danger">@SharedLibraryCore.Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_ERROR_GENERIC_TITLE"]</h4>
<h4 class="text-danger">@SharedLibraryCore.Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_ERROR_GENERIC_DESC"]</h4>