many bug fixes and features added
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
<td>@r.SchoolName</td>
|
||||
<td>
|
||||
<form asp-action="RecordScore" method="post" class="d-flex gap-1">
|
||||
<input type="hidden" name="tournamentEventLevelId" value="@telId" />
|
||||
<input type="hidden" name="EventRegistrationId" value="@r.EventRegistrationId" />
|
||||
<input type="number" step="0.01" name="RawPerformance" value="@r.Score?.RawPerformance" class="form-control form-control-sm" style="width:100px" />
|
||||
<button type="submit" class="btn btn-sm btn-outline-primary">Save</button>
|
||||
|
||||
Reference in New Issue
Block a user