many bug fixes and features added
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
@for (int i = 1; i <= 3; i++)
|
||||
{
|
||||
<form asp-action="RecordAttempt" method="post" class="d-inline">
|
||||
<input type="hidden" name="tournamentEventLevelId" value="@telId" />
|
||||
<input type="hidden" name="HighJumpHeightId" value="@height.HighJumpHeightId" />
|
||||
<input type="hidden" name="EventRegistrationId" value="@reg.EventRegistrationId" />
|
||||
<input type="hidden" name="AttemptNumber" value="@i" />
|
||||
|
||||
Reference in New Issue
Block a user