diff --git a/Views/Login/Login.cshtml b/Views/Login/Login.cshtml index 020e31b..eb41cc8 100644 --- a/Views/Login/Login.cshtml +++ b/Views/Login/Login.cshtml @@ -6,4 +6,13 @@
-
\ No newline at end of file + + +@section scripts { + + +} diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index dc1f7dc..40d1bb9 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -14,6 +14,8 @@ + + @RenderSection("scripts", false)