Fix validation

This commit is contained in:
2016-12-09 10:51:30 -05:00
parent a29de1ecb8
commit 0f9a66074d
18 changed files with 3107 additions and 9 deletions
+2 -2
View File
@@ -35,7 +35,6 @@
<link href="~/Content/bootstrap.min.css" type="text/css" rel="stylesheet" />
<link href="~/Content/site.css" type="text/css" rel="stylesheet" />
<link href="~/Content/style.css" type="text/css" rel="stylesheet"/>
@Html.RenderJsHere()
@RenderSection("Styles", false)
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
@@ -83,11 +82,12 @@
</div>
</div>
</footer>
<!-- Javascripts -->
<script src="~/scripts/jquery-1.11.1.js"></script>
<script src="~/scripts/bootstrap.min.js"></script>
<script src="/scripts/site.js"></script>
@Html.Raw(Html.RenderJsHere())
@RenderSection("Scripts", false)
</body>
</html>