This file was deleted.

@@ -6,10 +6,9 @@

<div class="col col-sm-12 col-md-6 col-md-offset-3 text-center">
<h2 class="heading">Inloggen</h2>
@using (Html.BeginForm())
@using (Html.BeginForm("Login", "Login"))
{
@Html.TextBox("gebruikersnaam");
<br />
@Html.TextBox("wachtwoord");
<input type="submit" value="Log in" class="btn btn-lg btn-primary btn-login" />
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -169,11 +169,9 @@
<Compile Include="App_Start\IdentityConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="App_Start\Startup.Auth.cs" />
<Compile Include="Controllers\AccountController.cs" />
<Compile Include="Controllers\LoginController.cs" />
<Compile Include="Controllers\ReserverenController.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\ManageController.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
@@ -246,12 +244,6 @@
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Scripts\jquery-1.10.2.min.map" />
<Content Include="Views\Login\Index.cshtml" />
<Content Include="Views\Manage\AddPhoneNumber.cshtml" />
<Content Include="Views\Manage\ChangePassword.cshtml" />
<Content Include="Views\Manage\Index.cshtml" />
<Content Include="Views\Manage\ManageLogins.cshtml" />
<Content Include="Views\Manage\SetPassword.cshtml" />
<Content Include="Views\Manage\VerifyPhoneNumber.cshtml" />
<Content Include="Views\Shared\Lockout.cshtml" />
<Content Include="Views\Shared\_LoginPartial.cshtml" />
<Content Include="Views\Reserveren\Index.cshtml" />