fixes edition of membership

This commit is contained in:
Paul Schneider 2017-12-19 10:58:44 +01:00
commit 87a3f56da6
5 changed files with 49 additions and 45 deletions

View file

@ -8,7 +8,7 @@
<form asp-action="Edit">
<div class="form-horizontal">
<h4>CircleMember</h4>
<h4>Circle Member</h4>
<hr />
<div asp-validation-summary="ValidationSummary.ModelOnly" class="text-danger"></div>
<input type="hidden" asp-for="MemberId" />
@ -22,6 +22,6 @@
</form>
<div>
<a asp-action="Index">Back to List</a>
<a asp-action="Index">@SR["Back to List"]</a>
</div>