- Timestamp:
- 12/17/12 09:37:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Account/LogOn.cshtml
r8384 r9062 15 15 @Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") 16 16 17 @using (Html.BeginForm()) { 18 <div> 17 @using (Html.BeginForm("LogOn", "Account", FormMethod.Post, new { @class = "hl-signon-form" })) { 19 18 <fieldset> 20 19 <legend>Account Information</legend> … … 45 44 </p> 46 45 </fieldset> 47 </div>48 46 }
Note: See TracChangeset
for help on using the changeset viewer.