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

Loading…