Fixing the link to the main _Layout.cshtml in the Pages/Account/Manage/_Layout.cshtml (#103)

This commit is contained in:
Jeremy Hutchinson
2018-06-05 08:53:21 -04:00
committed by Steve Smith
parent f953495e38
commit 74bc28e6bd

View File

@@ -1,5 +1,5 @@
@{ @{
Layout = "/Pages/_Layout.cshtml"; Layout = "/Pages/Shared/_Layout.cshtml";
} }
<h2>Manage your account</h2> <h2>Manage your account</h2>