Fixing the link to the main _Layout.cshtml in the Pages/Account/Manage/_Layout.cshtml (#103)
This commit is contained in:
committed by
Steve Smith
parent
f953495e38
commit
74bc28e6bd
@@ -1,5 +1,5 @@
|
||||
@{
|
||||
Layout = "/Pages/_Layout.cshtml";
|
||||
Layout = "/Pages/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
||||
<h2>Manage your account</h2>
|
||||
|
||||
Reference in New Issue
Block a user