forked from TFMM/silent-auction
fix: update judges form to use judge number instead of name
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
<form method="POST" action="/judges" class="row g-3">
|
<form method="POST" action="/judges" class="row g-3">
|
||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label for="judge_name" class="form-label">Judge Name</label>
|
<label for="judgenum" class="form-label">Judge Number</label>
|
||||||
<input type="text" name="judge_name" id="judge_name" class="form-control" required>
|
<input type="text" name="judgenum" id="judgenum" class="form-control" required>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<button type="submit" class="btn btn-primary">Add Judge</button>
|
<button type="submit" class="btn btn-primary">Add Judge</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user