Update AccessDenied.cshtml (#7247)
It was just missing the @ in the <h1> tag for the title.pull/7249/head
parent
4bad6f3978
commit
73ce00711d
|
@ -5,6 +5,6 @@
|
|||
}
|
||||
|
||||
<header>
|
||||
<h1 class="text-danger">ViewData["Title"]</h1>
|
||||
<h1 class="text-danger">@ViewData["Title"]</h1>
|
||||
<p class="text-danger">You do not have access to this resource.</p>
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue