Admin auth functionally complete
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
}
|
||||
|
||||
@using (Html.BeginForm("Login", "Account", new { ViewBag.ReturnUrl }, FormMethod.Post, new {@class = "form-login"})) {
|
||||
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<div class="header"></div>
|
||||
|
||||
<h2>@ViewBag.Title</h2>
|
||||
|
||||
Reference in New Issue
Block a user