This commit is contained in:
Paul Schneider 2016-07-27 11:09:49 +02:00
commit 2d9851f642
11 changed files with 34 additions and 61 deletions

View file

@ -8,7 +8,7 @@
@foreach (var profile in Model) {
await Html.RenderPartialAsync("_PerformerPartial", profile) ;
<form action="~/Command/Create" >
<input type="hidden" name="id" value="@profile.PerfomerId" />
<input type="hidden" name="id" value="@profile.PerformerId" />
<input type="submit" value="@SR["Book this performer"]"/>
</form>
}