fixe le précédent commit :-)

main
Paul Schneider 9 years ago
parent 1312f332dd
commit 02fb2280b0
1 changed files with 3 additions and 3 deletions

@ -12,13 +12,13 @@
<hr /> <hr />
<dl class="dl-horizontal"> <dl class="dl-horizontal">
</dl> </dl>
 @Html.DisplayFor(m=>m)
<form asp-action="Delete"> <form asp-action="Delete">
<input type="hidden" asp-for="UserId" /> <input type="hidden" asp-for="UserId" />
<input type="hidden" asp-for="DoesCode" /> <input type="hidden" asp-for="DoesCode" />
<div class="form-actions no-color"> <div class="form-actions no-color">
<input type="submit" value="Delete" class="btn btn-default" /> | <input type="submit" value="Delete" class="btn btn-success" />
<a asp-action="Index">Back to List</a> <a asp-action="Index" class="btn btn-default">Back to List</a>
</div> </div>
</form> </form>
</div> </div>

Loading…