Add membership verification
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
@RenderSection("Styles", false)
|
||||
</head>
|
||||
|
||||
<body @{if (CompileFlag.IsDebug()) {<text>class="debug"</text>}}>
|
||||
<body class="@{if (CompileFlag.IsDebug()) {<text>debug</text>}}">
|
||||
<header>
|
||||
<div class="container-lg">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
@@ -83,15 +83,16 @@
|
||||
|
||||
</div>
|
||||
</header>
|
||||
@Html.Partial("_StatusMessage")
|
||||
<main role="main">
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
@RenderBody()
|
||||
|
||||
<footer class="field dark">
|
||||
@RenderBody()
|
||||
</main>
|
||||
<footer class="mt-auto py-3 dark">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
@{ // ReSharper disable once Mvc.PartialViewNotResolved
|
||||
|
||||
@{ // ReSharper disable once Mvc.PartialViewNotResolved
|
||||
Html.RenderPartial("BottomNavigation"); }
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user