fixe le précédent commit :-)

This commit is contained in:
Paul Schneider 2017-03-03 11:47:35 +01:00
commit d5174419c3

View file

@ -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>