fixes edition of membership
This commit is contained in:
parent
d2a6209635
commit
87a3f56da6
5 changed files with 49 additions and 45 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue