@model HeuristicLab.Services.Optimization.Web.Models.LogOnModel @{ ViewBag.Title = "Log On"; }
Please enter your user name and password. @Html.ActionLink("Register", "Register") if you don't have an account.
@Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") @using (Html.BeginForm("LogOn", "Account", new { ReturnUrl = Request.QueryString["ReturnUrl"] }, FormMethod.Post, new { @class ="hl-signon-form" })) { }