Browse Source

chore: just changing fields and stuff for testing; more changes will come

cli-archive alpha
nic 1 year ago
parent
commit
c3007ef62f
  1. 4
      templates/partials/job_search_inputs.html

4
templates/partials/job_search_inputs.html

@ -32,11 +32,11 @@
</div> </div>
<div class="input-group"> <div class="input-group">
<label for="schedule_from">Schedule From</label> <label for="schedule_from">Schedule From</label>
<input id="schedule_from" name="schedule_from" class="card-input" type="date"> <input id="schedule_from" name="dueByBegin" class="card-input" type="date">
</div> </div>
<div class="input-group"> <div class="input-group">
<label for="schedule_to">Schedule To</label> <label for="schedule_to">Schedule To</label>
<input id="schedule_to" name="schedule_to" class="card-input" type="date"> <input id="schedule_to" name="dueByEnd" class="card-input" type="date">
</div> </div>
</div> </div>

Loading…
Cancel
Save